diff --git a/dom/ipc/ContentParent.cpp b/dom/ipc/ContentParent.cpp index 0b340e648c21..7019b0e74957 100755 --- a/dom/ipc/ContentParent.cpp +++ b/dom/ipc/ContentParent.cpp @@ -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)); }