Skip to content

Commit d93ee24

Browse files
TimothyGubzbarsky
authored andcommitted
Call Set with Throw=false for [PutForwards] (#832)
This is what browsers actually implement. Tested by web-platform-tests/wpt#21039.
1 parent ce149d1 commit d93ee24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11667,7 +11667,7 @@ in which case they are exposed on every object that [=implements=] the interface
1166711667
{{ECMAScript/TypeError}}.
1166811668
1. Let |forwardId| be the identifier argument of the [{{PutForwards}}] extended
1166911669
attribute.
11670-
1. Perform [=?=] <a abstract-op>Set</a>(|Q|, |forwardId|, |V|, <emu-val>true</emu-val>).
11670+
1. Perform [=?=] <a abstract-op>Set</a>(|Q|, |forwardId|, |V|, <emu-val>false</emu-val>).
1167111671
1. Return <emu-val>undefined</emu-val>.
1167211672
1. Set |idlObject| to the IDL [=interface type=] value that represents a reference
1167311673
to |esValue|.

0 commit comments

Comments
 (0)