зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1562663 - P6 - Fix try failure on test_postMessage_closed.html; r=nika
Depends on D46492 Differential Revision: https://phabricator.services.mozilla.com/D46526 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
05f490fe48
Коммит
f93fcf3c45
|
@ -6057,9 +6057,8 @@ void nsGlobalWindowOuter::PostMessageMozOuter(JSContext* aCx,
|
|||
sourceBc, origin, this, providedPrincipal,
|
||||
callerInnerWindow ? callerInnerWindow->WindowID() : 0, callerDocumentURI);
|
||||
|
||||
MOZ_DIAGNOSTIC_ASSERT(GetDocGroup());
|
||||
JS::CloneDataPolicy clonePolicy;
|
||||
if (callerInnerWindow &&
|
||||
if (GetDocGroup() && callerInnerWindow &&
|
||||
callerInnerWindow->CanShareMemory(GetDocGroup()->AgentClusterId())) {
|
||||
clonePolicy.allowSharedMemory();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче