| 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 89b58e3e5e74db0574452885b601c2fc36a1aa00..2dba3d83f6cad1d22104141016b521818e1af625 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Response.idl
|
| +++ b/third_party/WebKit/Source/modules/fetch/Response.idl
|
| @@ -25,9 +25,10 @@
|
| readonly attribute ByteString statusText;
|
| readonly attribute Headers headers;
|
|
|
| - [RaisesException, CallWith=ScriptState] Response clone();
|
| + [RaisesException] Response clone();
|
|
|
| - [CallWith=ScriptState, ImplementedAs=bodyWithUseCounter] readonly attribute any body;
|
| + [ImplementedAs=bodyWithUseCounter] readonly attribute ReadableByteStream body;
|
| + [RuntimeEnabled=ResponseBodyWithV8ExtraStream, CallWith=ScriptState] any v8ExtraStreamBody();
|
| };
|
|
|
| Response implements Body;
|
|
|