Backed out changeset 422fd81a4118 (bug 1032125) for causing regressions / Bug 1070850

This commit is contained in:
Carsten "Tomcat" Book 2014-09-22 12:43:02 +02:00
Родитель 93e8d33291
Коммит 5eb0402620
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -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));
}