mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1135541: Annotate new method "IsStillValid" in EME code as 'override'. rs=ehsan
This commit is contained in:
parent
0cd85cf50d
commit
6353a71719
@ -409,7 +409,7 @@ public:
|
||||
EventDispatcher::DispatchDOMEvent(parentWindow, nullptr, event, nullptr, nullptr);
|
||||
}
|
||||
|
||||
virtual bool IsStillValid()
|
||||
virtual bool IsStillValid() override
|
||||
{
|
||||
nsCOMPtr<nsPIDOMWindow> parentWindow;
|
||||
nsCOMPtr<nsIDocument> document;
|
||||
|
Loading…
Reference in New Issue
Block a user