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 afc333197a084c81df0f772308bd957d76ed1bcb..f96b5f7759914c7e0b25f925823ffbe23cd1a1cb 100644 |
--- a/third_party/WebKit/Source/modules/fetch/Response.idl |
+++ b/third_party/WebKit/Source/modules/fetch/Response.idl |
@@ -29,6 +29,7 @@ enum ResponseType { "basic", "cors", "default", "error", "opaque", "opaqueredire |
[RaisesException] Response clone(); |
[ImplementedAs=bodyWithUseCounter] readonly attribute ReadableByteStream body; |
+ [RuntimeEnabled=ResponseBodyWithV8ExtraStream, CallWith=ScriptState] any v8ExtraStreamBody(); |
}; |
Response implements Body; |