mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
Backed out changeset 3b4e5b178aa6 (bug 1032125)
This commit is contained in:
parent
091a24d06f
commit
78500d722c
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user