Bug 1457867, remove useless virtual, r=bustage, CLOSED TREE

This commit is contained in:
Olli Pettay 2018-05-04 20:01:32 +03:00
parent ed65a2bfc8
commit 7721939208

View File

@ -174,7 +174,7 @@ public:
virtual void DisconnectFromOwner();
using EventTarget::GetParentObject;
virtual nsIGlobalObject* GetOwnerGlobal() const final
nsIGlobalObject* GetOwnerGlobal() const final
{
return mParentObject;
}