diff --git a/source b/source index e60f55fa2e1..436e073cfff 100644 --- a/source +++ b/source @@ -115943,7 +115943,7 @@ interface SharedWorkerGlobalScope : WorkerGlobalScope can be used by user agents as a way to avoid the cost of restarting a shared worker used by a site when the user is navigating from page to page within that site.
-A worker is said to be an active needed worker if any its owners are either Document
objects that are fully active or
active needed workers.
Let owner be the relevant owner to add given outside settings.
Let parent worker global scope be null.
- -If owner is a WorkerGlobalScope
object (i.e., we are creating a
- nested dedicated worker), then set parent worker global scope to
- owner.
Let unsafeWorkerCreationTime be the unsafe shared current time.