| Index: third_party/WebKit/Source/modules/fetch/Response.idl
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Response.idl b/third_party/WebKit/Source/modules/fetch/Response.idl
|
| index 60c37c34253e6c6a8c14a5505cfe7d38a9540c0d..192385d0440e3dc09383119338ad3777dd23f586 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Response.idl
|
| +++ b/third_party/WebKit/Source/modules/fetch/Response.idl
|
| @@ -29,7 +29,7 @@ typedef (Blob or ArrayBuffer or ArrayBufferView or FormData or USVString) BodyIn
|
|
|
| [RaisesException] Response clone();
|
|
|
| - readonly attribute ReadableByteStream body;
|
| + [ImplementedAs=bodyWithUseCounter] readonly attribute ReadableByteStream body;
|
| };
|
|
|
| Response implements Body;
|
|
|