Backed out changeset f945fb33b616 (bug 1032125)

This commit is contained in:
Carsten "Tomcat" Book 2014-09-18 15:13:53 +02:00
parent 56e574bc0c
commit 5f81935878

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;