| Index: third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general.js b/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general.js
|
| index 28c0c104ed69dc38cb1adb959badbba1118bae34..288fcce7823984fb493c52cdbef21693989a0490 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general.js
|
| @@ -37,7 +37,7 @@ test(() => {
|
|
|
| test(() => {
|
|
|
| - const methods = ['cancel', 'constructor', 'getReader', 'tee'];
|
| + const methods = ['cancel', 'constructor', 'getReader', 'pipeThrough', 'pipeTo', 'tee'];
|
| const properties = methods.concat(['locked']).sort();
|
|
|
| const rs = new ReadableStream();
|
|
|