Skip to content

Commit 5d86b65

Browse files
authored
Remove bad controller argument
Fixes #1151 by removing the unnecessary controller argument in SetUpReadableStreamDefaultControllerFromUnderlyingSource.
1 parent 109f1d4 commit 5d86b65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2982,7 +2982,7 @@ The following abstract operations support the implementation of the
29822982
<div algorithm>
29832983
<dfn abstract-op lt="SetUpReadableStreamDefaultControllerFromUnderlyingSource"
29842984
id="set-up-readable-stream-default-controller-from-underlying-source">SetUpReadableStreamDefaultControllerFromUnderlyingSource(|stream|,
2985-
|controller|, |underlyingSource|, |underlyingSourceDict|, |highWaterMark|, |sizeAlgorithm|)</dfn>
2985+
|underlyingSource|, |underlyingSourceDict|, |highWaterMark|, |sizeAlgorithm|)</dfn>
29862986
performs the following steps:
29872987

29882988
1. Let |controller| be a [=new=] {{ReadableStreamDefaultController}}.
@@ -7806,6 +7806,7 @@ Brian di Palma,
78067806
Calvin Metcalf,
78077807
Dominic Tarr,
78087808
Ed Hager,
7809+
Eric Skoglund,
78097810
Forbes Lindesay,
78107811
Forrest Norvell,
78117812
Gary Blackwood,

0 commit comments

Comments
 (0)