diff --git a/source b/source
index 313ebb8e783..c885855a5d0 100644
--- a/source
+++ b/source
@@ -105285,6 +105285,8 @@ interface NotRestoredReasons {
context has a corresponding WindowProxy object, as well as the following:
An active document, a Document.
An opener browsing context, a browsing context or null, initially null.
A browsing context's active window is its WindowProxy
- object's [[Window]] internal slot value. A
- browsing context's active document is its active window's
- associated Document.
Let window be document's relevant global object.
Set document's browsing context's + active document to document.
Set document's browsing context's
WindowProxy's [[Window]] internal
slot value to window.