#591: bustage fix

This commit is contained in:
Cameron Kaiser 2020-02-18 17:05:14 -08:00
parent cfb43390a9
commit bbc9a12a5d
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public:
nsINode *GetParentObject() override
{
return mElement;
return reinterpret_cast<nsINode*>(mElement.get());
}
static already_AddRefed<nsStyleContext>