| Index: third_party/WebKit/Source/core/streams/README.md
|
| diff --git a/third_party/WebKit/Source/core/streams/README.md b/third_party/WebKit/Source/core/streams/README.md
|
| index 9069fd39137237ec820dc00888e3bad866a307d2..44a89f51feeab68cec4486d5554474bb69ae9dd4 100644
|
| --- a/third_party/WebKit/Source/core/streams/README.md
|
| +++ b/third_party/WebKit/Source/core/streams/README.md
|
| @@ -6,9 +6,11 @@ https://streams.spec.whatwg.org/. There is also a legacy streams implementation.
|
| - ByteLengthQueuingStrategy.js
|
| - CountQueuingStrategy.js
|
| - ReadableStream.js
|
| +- ReadableStreamExperimentalPipeTo.js
|
| - ReadableStreamController.h
|
| - ReadableStreamOperations.{cpp,h}
|
| - UnderlyingSourceBase.{cpp,h,idl}
|
| +- WritableStream.js
|
|
|
| These files implement ReadableStream using [V8 extras][1]. All new code should
|
| use this implementation.
|
|
|