Backed out changeset 2db7f8ad8c8f (bug 1178233) on request by jaoo

--HG--
extra : rebase_source : 42d27ad778b8bf93773c8f4c9790b46982fda362
extra : histedit_source : bd90cc84a7b25d1d9cbd1a617b1335dd59341748
This commit is contained in:
Carsten "Tomcat" Book 2015-07-09 10:53:26 +02:00
Родитель 91625404b0
Коммит 7066396ea2
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -4710,12 +4710,6 @@ ServiceWorkerManager::PropagateSoftUpdate(const OriginAttributes& aOriginAttribu
return;
}
if (XRE_IsParentProcess()) {
// When e10s mode is off we just do the update. This is a quick fix to make
// updates via about:sw page work when e10s mode is off.
SoftUpdate(aOriginAttributes, NS_ConvertUTF16toUTF8(aScope));
return;
}
mActor->SendPropagateSoftUpdate(aOriginAttributes, nsString(aScope));
}