Backed out changeset e193cf8cb616 (bug 1032125) for causing regressions

This commit is contained in:
Carsten "Tomcat" Book 2014-09-22 12:45:22 +02:00
parent 9b3926eb43
commit 54e4e809e5

View File

@ -589,15 +589,8 @@ DOMStorageDBParent::Observe(const char* aTopic,
const nsACString& aScopePrefix)
{
if (mIPCOpen) {
#ifdef MOZ_NUWA_PROCESS
if (!(static_cast<ContentParent*>(Manager())->IsNuwaProcess() &&
ContentParent::IsNuwaReady())) {
#endif
mozilla::unused << SendObserve(nsDependentCString(aTopic),
nsCString(aScopePrefix));
#ifdef MOZ_NUWA_PROCESS
}
#endif
mozilla::unused << SendObserve(nsDependentCString(aTopic),
nsCString(aScopePrefix));
}
return NS_OK;