Skip to content

Commit

Permalink
#591: bustage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
classilla committed Feb 19, 2020
1 parent cfb4339 commit bbc9a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/style/nsComputedDOMStyle.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class nsComputedDOMStyle final : public nsDOMCSSDeclaration

nsINode *GetParentObject() override
{
return mElement;
return reinterpret_cast<nsINode*>(mElement.get());
}

static already_AddRefed<nsStyleContext>
Expand Down

0 comments on commit bbc9a12

Please sign in to comment.