diff --git a/source b/source index 60882b1d03c..ff7de2f28a6 100644 --- a/source +++ b/source @@ -131231,15 +131231,19 @@ interface SharedWorkerGlobalScope : WorkerGlobalScope outside settings, and a number unsafeWorkerCreationTime:

    -
  1. Let inherited origin be outside settings's origin.

  2. -
  3. Let realm be the value of execution context's Realm component.

  4. Let worker global scope be realm's global object.

  5. +
  6. Let origin be a unique opaque origin if worker global scope's + url's scheme is "data"; otherwise + outside settings's origin.

  7. +
  8. Let settings object be a new environment settings object whose algorithms are defined as follows:

    @@ -131263,12 +131267,7 @@ interface SharedWorkerGlobalScope : WorkerGlobalScope
    The origin
    -
    -

    Return a unique opaque origin if worker - global scope's url's scheme is "data", and inherited - origin otherwise.

    -
    +

    Return origin.

    The has cross-site ancestry