Skip to content

Commit 3c6b8b3

Browse files
authored
Add missing controller argument
Missed in d5f92d9.
1 parent 5c9a34c commit 3c6b8b3

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
@@ -3270,7 +3270,7 @@ The following abstract operations support the implementation of the
32703270

32713271
1. Let |cloneResult| be [$CloneArrayBuffer$](|buffer|, |byteOffset|, |byteLength|, {{%ArrayBuffer%}}).
32723272
1. If |cloneResult| is an abrupt completion,
3273-
1. Perform ! [$ReadableByteStreamControllerError$](|cloneResult|.\[[Value]]).
3273+
1. Perform ! [$ReadableByteStreamControllerError$](|controller|, |cloneResult|.\[[Value]]).
32743274
1. Return |cloneResult|.
32753275
1. Perform ! [$ReadableByteStreamControllerEnqueueChunkToQueue$](|controller|,
32763276
|cloneResult|.\[[Value]], 0, |byteLength|).

0 commit comments

Comments
 (0)