From bbc9a12a5d6723f46657cdd2e14022c3ac4a9893 Mon Sep 17 00:00:00 2001 From: Cameron Kaiser Date: Tue, 18 Feb 2020 17:05:14 -0800 Subject: [PATCH] #591: bustage fix --- layout/style/nsComputedDOMStyle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/style/nsComputedDOMStyle.h b/layout/style/nsComputedDOMStyle.h index dbe63acce..72b67cd56 100644 --- a/layout/style/nsComputedDOMStyle.h +++ b/layout/style/nsComputedDOMStyle.h @@ -75,7 +75,7 @@ public: nsINode *GetParentObject() override { - return mElement; + return reinterpret_cast(mElement.get()); } static already_AddRefed