зеркало из https://github.com/mozilla/gecko-dev.git
Bug 621366 - Content process nsDOMStorageManager observes notifications needlessly; r=honzab a=jst
--HG-- extra : rebase_source : 1e5a0785225b16402a0e864357605b3ae52382c4
This commit is contained in:
Родитель
58788ce22a
Коммит
f6080520da
|
@ -271,6 +271,12 @@ nsDOMStorageManager::Initialize()
|
||||||
|
|
||||||
NS_ADDREF(gStorageManager);
|
NS_ADDREF(gStorageManager);
|
||||||
|
|
||||||
|
#ifdef MOZ_IPC
|
||||||
|
// No observers needed in non-chrome
|
||||||
|
if (XRE_GetProcessType() != GeckoProcessType_Default)
|
||||||
|
return NS_OK;
|
||||||
|
#endif
|
||||||
|
|
||||||
nsCOMPtr<nsIObserverService> os = mozilla::services::GetObserverService();
|
nsCOMPtr<nsIObserverService> os = mozilla::services::GetObserverService();
|
||||||
if (!os)
|
if (!os)
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче