mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1135825: Add missing MOZ_OVERRIDE annotation in RTCIdentityProviderRegistrar.h. r=ehsan
This commit is contained in:
parent
7270bff2c4
commit
cef30d4fbd
@ -31,7 +31,7 @@ public:
|
||||
|
||||
// As required
|
||||
nsIGlobalObject* GetParentObject() const;
|
||||
virtual JSObject* WrapObject(JSContext* aCx);
|
||||
virtual JSObject* WrapObject(JSContext* aCx) MOZ_OVERRIDE;
|
||||
|
||||
// setter and getter
|
||||
void Register(RTCIdentityProvider& aIdp);
|
||||
|
Loading…
Reference in New Issue
Block a user