File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12264,8 +12264,8 @@ in which case they are exposed on every object that [=implements=] the interface
12264
12264
<emu-val>undefined</emu-val>; there is no [=attribute setter=] function.
12265
12265
1. Assert: |attribute|'s type is not a [=promise type=].
12266
12266
1. Let |steps| be the following series of steps:
12267
- 1. If no arguments were passed, then [=JavaScript/throw=] a <l spec=ecmascript>{{TypeError}}</l >.
12268
- 1. Let |V| be the value of the first argument passed.
12267
+ 1. Let |V| be <emu-val>undefined</emu-val >.
12268
+ 1. If any arguments were passed, then set |V| to the value of the first argument passed.
12269
12269
1. Let |id| be |attribute|'s [=identifier=].
12270
12270
1. Let |idlObject| be null.
12271
12271
1. If |attribute| is a [=regular attribute=]:
You can’t perform that action at this time.
0 commit comments