Skip to content

Commit 922872b

Browse files
authored
Editorial: return nothing from "set up a window ESO"
Neither of the two call sites use this return value (although one stores it and does nothing with it). Fixes #6146.
1 parent 2ae50c6 commit 922872b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77399,8 +77399,7 @@ popup4.close();</code></pre></div>
7739977399
otherwise <var>embedder</var>'s <span>relevant settings object</span>'s <span>top-level
7740077400
origin</span>.</p></li>
7740177401

77402-
<li><p>Let <var>settingsObject</var> be the result of <span data-x="set up a window environment
77403-
settings object">setting up a window environment settings object</span> with <var>realm execution
77402+
<li><p><span>Set up a window environment settings object</span> with <var>realm execution
7740477403
context</var>, null, <var>topLevelCreationURL</var>, and <var>topLevelOrigin</var>.</p></li>
7740577404

7740677405
<li><p>Let <var>coop</var> be a new <span>cross-origin opener policy</span>.</p></li>
@@ -79688,8 +79687,6 @@ interface <dfn>BarProp</dfn> {
7968879687
<var>topLevelOrigin</var>.</p></li>
7968979688

7969079689
<li><p>Set <var>realm</var>'s [[HostDefined]] field to <var>settings object</var>.</p></li>
79691-
79692-
<li><p>Return <var>settings object</var>.</p></li>
7969379690
</ol>
7969479691

7969579692
</div>

0 commit comments

Comments
 (0)