mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1457867, remove useless virtual, r=bustage, CLOSED TREE
This commit is contained in:
parent
ed65a2bfc8
commit
7721939208
@ -174,7 +174,7 @@ public:
|
||||
|
||||
virtual void DisconnectFromOwner();
|
||||
using EventTarget::GetParentObject;
|
||||
virtual nsIGlobalObject* GetOwnerGlobal() const final
|
||||
nsIGlobalObject* GetOwnerGlobal() const final
|
||||
{
|
||||
return mParentObject;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user