Bug 1199901 - Bustage fix due to rebase. a=bustage

Based on patch here https://reviewboard.mozilla.org/r/17787/diff/1/
CLOSED TREE

--HG--
extra : commitid : 6G7NhTioaaP
This commit is contained in:
Nikhil Marathe 2015-09-02 09:07:14 -07:00
Родитель 43be510baf
Коммит 0e5ea9a1e5
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -1006,8 +1006,10 @@ protected:
AssertIsOnMainThread();
MOZ_ASSERT(mNotificationRef);
notification->mObserver = nullptr;
Notification* notification = mNotificationRef->GetNotification();
if (notification) {
notification->mObserver = nullptr;
}
}
};