diff --git a/source b/source index 0b078125f1a..b08d0ef0688 100644 --- a/source +++ b/source @@ -77787,7 +77787,7 @@ console.assert(iframeWindow.frameElement === null); browsing context name property set:

    -
  1. Add { [[Property]]: e } as the last element of +

  2. Add { [[Property]]: e, [[HideFromKeys]]: true } as the last element of crossOriginWindowProperties.

@@ -77853,7 +77853,7 @@ console.assert(iframeWindow.frameElement === null);
  • Set crossOriginDesc to PropertyDescriptor{ [[Value]]: value, - [[Enumerable]]: false, + [[Enumerable]]: true, [[Writable]]: false, [[Configurable]]: true }.

  • @@ -77880,7 +77880,7 @@ console.assert(iframeWindow.frameElement === null);
  • Set crossOriginDesc to PropertyDescriptor{ [[Get]]: crossOriginGet, [[Set]]: crossOriginSet, - [[Enumerable]]: false, + [[Enumerable]]: true, [[Configurable]]: true }.

  • @@ -77958,7 +77958,8 @@ console.assert(iframeWindow.frameElement === null); CrossOriginProperties(O):

      -
    1. Add e.[[Property]] as the last element of keys.

    2. +
    3. If e.[[HideFromKeys]] is not true, append + e.[[Property]] to keys.

    @@ -79053,7 +79054,7 @@ callback FrameRequestCallback = void (DOMHighResTimeStamp

    Return PropertyDescriptor{ [[Value]]: value, [[Writable]]: false, - [[Enumerable]]: false, + [[Enumerable]]: true, [[Configurable]]: true }.

    @@ -79083,7 +79084,7 @@ callback FrameRequestCallback = void (DOMHighResTimeStamp

    Return PropertyDescriptor{ [[Value]]: value, - [[Enumerable]]: false, + [[Enumerable]]: true, [[Writable]]: false, [[Configurable]]: true }.