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:
Simon Giesecke 2020-01-22 21:35:55 +00:00
Родитель 744a10afee
Коммит 7bd98acb92
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -366,7 +366,7 @@ class ReleaseNotificationRunnable final : public NotificationWorkerRunnable {
nsresult Cancel() override {
mNotification->ReleaseObject();
return NS_OK;
return NotificationWorkerRunnable::Cancel();
}
};