Backed out changeset f3290b0f20cc (bug 1323983)

This commit is contained in:
Iris Hsiao 2016-12-20 15:30:38 +08:00
Родитель b74beed49b
Коммит db2cbac7a8
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -1248,9 +1248,8 @@ public:
const char* aTopic, const char* aTopic,
const char16_t* aData) override const char16_t* aData) override
{ {
if (!mTabParent || !mObserverId) { if (!mTabParent) {
// We already sent the notification, or we don't actually need to // We already sent the notification
// send any notification at all.
return NS_OK; return NS_OK;
} }