зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1057908 followup: Add missing 'override' annotation on GMPServiceParent::ActorDestroy method decl. rs=ehsan
This commit is contained in:
Родитель
3124f5649a
Коммит
a798d8e6bc
|
@ -197,7 +197,7 @@ public:
|
|||
bool* aHasPlugin,
|
||||
nsCString* aVersion);
|
||||
|
||||
virtual void ActorDestroy(ActorDestroyReason aWhy);
|
||||
virtual void ActorDestroy(ActorDestroyReason aWhy) override;
|
||||
|
||||
static PGMPServiceParent* Create(Transport* aTransport, ProcessId aOtherPid);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче