Backed out changeset 3b4e5b178aa6 (bug 1032125)

This commit is contained in:
Carsten "Tomcat" Book 2014-09-18 15:13:50 +02:00
parent f1c9bb5883
commit dfca8ca0a3

View File

@ -3681,12 +3681,6 @@ ContentParent::DoSendAsyncMessage(JSContext* aCx,
if (aCpows && !GetCPOWManager()->Wrap(aCx, aCpows, &cpows)) {
return false;
}
#ifdef MOZ_NUWA_PROCESS
if (IsNuwaProcess() && IsNuwaReady()) {
// Nuwa won't receive frame messages after it is frozen.
return true;
}
#endif
return SendAsyncMessage(nsString(aMessage), data, cpows, Principal(aPrincipal));
}