| 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 2332d3b16c95dc45f8bcdf747f2609a0b4dda35a..361f5940a4c71b1bf54a07f9615fbb075af99618 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Response.idl
|
| +++ b/third_party/WebKit/Source/modules/fetch/Response.idl
|
| @@ -28,7 +28,7 @@ enum ResponseType { "basic", "cors", "default", "error", "opaque", "opaqueredire
|
|
|
| [RaisesException, CallWith=ScriptState] Response clone();
|
|
|
| - [CallWith=ScriptState, ImplementedAs=bodyWithUseCounter] readonly attribute any body;
|
| + [CallWith=ScriptState, MeasureAs=FetchBodyStream] readonly attribute any body;
|
| };
|
|
|
| Response implements Body;
|
|
|