From ee254c5fd66f33bcc0f48e9c2962fcb23e378e58 Mon Sep 17 00:00:00 2001
From: Anne van Kesteren
In the case of an environment settings object, this URL might be
- distinct from the environment settings object's responsible
- document's URL, due to mechanisms such as
+ distinct from the environment settings object's creation URL, due to mechanisms such as
history.pushState()
.
InvalidStateError
"
DOMException
.
- Let entryDocument be the responsible document specified by the - entry settings object.
Let entryDocument be entry global object's associated Document
.
If document's origin is not same origin to entryDocument's origin, then throw a @@ -97574,8 +97574,8 @@ interface BroadcastChannel : EventTarget {
a global object that is a
- Window
object and a responsible document that is fully
- active, or
Window
object whose associated
+ Document
is fully active, ora global object that is a
WorkerGlobalScope
object whose
Date: Tue, 26 Feb 2019 16:41:57 +0100
Subject: [PATCH 2/2] nit
---
source | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source b/source
index c59f906db24..bbbab8fbf5b 100644
--- a/source
+++ b/source
@@ -91741,7 +91741,7 @@ document.body.appendChild(frame)
than 0, then throw an "InvalidStateError
"
DOMException
.
Let entryDocument be entry global object's Let entryDocument be the entry global object's associated Document
.
If document's origin is not same origin to