зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1610704 - Add missing call to base class' Cancel. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D60660 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
744a10afee
Коммит
7bd98acb92
|
@ -366,7 +366,7 @@ class ReleaseNotificationRunnable final : public NotificationWorkerRunnable {
|
|||
|
||||
nsresult Cancel() override {
|
||||
mNotification->ReleaseObject();
|
||||
return NS_OK;
|
||||
return NotificationWorkerRunnable::Cancel();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче