Skip to content

Commit 3650a12

Browse files
Add missing parameter in Location's [[Set]] algorithm
1 parent 80043ef commit 3650a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86153,7 +86153,7 @@ interface <dfn interface>Location</dfn> { // but see also <a href="#the-location
8615386153

8615486154
<ol>
8615586155
<li><p>If ! <span>IsPlatformObjectSameOrigin</span>(<b>this</b>) is true, then return ?
86156-
<span>OrdinarySet</span>(<b>this</b>, <var>P</var>, <var>Receiver</var>).</p></li>
86156+
<span>OrdinarySet</span>(<b>this</b>, <var>P</var>, <var>V</var>, <var>Receiver</var>).</p></li>
8615786157

8615886158
<li><p>Return ? <span>CrossOriginSet</span>(<b>this</b>, <var>P</var>, <var>V</var>,
8615986159
<var>Receiver</var>).</p></li>

0 commit comments

Comments
 (0)