diff --git a/source b/source index 809aeb97590..37a236118e0 100644 --- a/source +++ b/source @@ -89463,20 +89463,11 @@ dictionary WindowPostMessageOptions : StructuredSeri are:

    -
  1. Let thisTraversable be null.

  2. - -
  3. For each top-level traversable - traversable of the user agent's top-level traversable set: if - traversable's active document's relevant - global object equals this, then set thisTraversable to - traversable and break.

  4. - -
  5. -

    If thisTraversable is null, then return.

    +
  6. Let thisTraversable be this's navigable.

  7. -

    In this case the method is being called on a Window that does not - correspond to a top-level traversable, and so closing is not allowed.

    - +
  8. If thisTraversable is not a top-level traversable, then + return.

  9. If thisTraversable's is closing is true, then return.

  10. @@ -89498,8 +89489,9 @@ dictionary WindowPostMessageOptions : StructuredSeri browsingContext; and

  11. the incumbent global - object's node navigable is allowed by sandboxing to navigate - thisTraversable, given sourceSnapshotParams

  12. + object
    's navigable is allowed by + sandboxing to navigate thisTraversable, given + sourceSnapshotParams

    then: