diff --git a/source b/source
index c16dde7c133..22d1ea1294c 100644
--- a/source
+++ b/source
@@ -130991,8 +130991,8 @@ interface SharedWorkerGlobalScope : WorkerGlobalScope
worker">permissible but not protected or actively needed, if all the Documents in its
transitive set of owners are in bfcache, or if it's a
- SharedWorkerGlobalScope with no current owners being kept alive for the duration of
- the between-loads shared worker timeout.
SharedWorkerGlobalScope whose owner set has been empty so far for less
+ than the duration of the between-loads shared worker timeout.
@@ -131022,9 +131022,8 @@ interface SharedWorkerGlobalScope : WorkerGlobalScope
follows:
Workers get closed as orphans between when - they stop being protected and when they stop being permissible.
Workers get closed as orphans when they are no + longer protected.
Workers that have been closed, but keep executing, can be terminated at the user agent's discretion, once @@ -131263,9 +131262,8 @@ interface SharedWorkerGlobalScope : WorkerGlobalScope scope.
Closing orphan workers: Start monitoring - worker global scope such that no sooner than it stops being protected, and no later than it stops being permissible, worker global scope's worker global scope such that anytime after it stops being protected, worker global scope's closing flag is set to true.
Suspending workers: Start monitoring worker