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 char16_t* aData) override
{
if (!mTabParent || !mObserverId) {
// We already sent the notification, or we don't actually need to
// send any notification at all.
if (!mTabParent) {
// We already sent the notification
return NS_OK;
}