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 {