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:
Let inherited origin be outside settings's origin.
Let realm be the value of execution context's Realm component.
Let worker global scope be realm's global object.
Let origin be a unique opaque origin if worker global scope's
+ url's scheme is "data"; otherwise
+ outside settings's origin.
Let settings object be a new environment settings object whose algorithms are defined as follows:
@@ -131263,12 +131267,7 @@ interface SharedWorkerGlobalScope : WorkerGlobalScopeReturn a unique opaque origin if worker
- global scope's url's scheme is "data", and inherited
- origin otherwise.
Return origin.