From ee254c5fd66f33bcc0f48e9c2962fcb23e378e58 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Tue, 26 Feb 2019 15:58:49 +0100 Subject: [PATCH 1/2] Editorial: use responsible document a little less Helps with #4335. --- source | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source b/source index f53aeaf3ec1..c59f906db24 100644 --- a/source +++ b/source @@ -86869,8 +86869,8 @@ interface ApplicationCache : EventTarget { environment is associated.

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().

@@ -91741,8 +91741,8 @@ document.body.appendChild(frame) than 0, then throw an "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 {