Index: third_party/WebKit/Source/modules/fetch/Body.h |
diff --git a/third_party/WebKit/Source/modules/fetch/Body.h b/third_party/WebKit/Source/modules/fetch/Body.h |
index 79064d06161d044025c1745a1e77fe8cd2ebf835..de4c11171e5bd95c514f43d419852239703984dd 100644 |
--- a/third_party/WebKit/Source/modules/fetch/Body.h |
+++ b/third_party/WebKit/Source/modules/fetch/Body.h |
@@ -7,6 +7,7 @@ |
#include "bindings/core/v8/ActiveScriptWrappable.h" |
#include "bindings/core/v8/ScriptPromise.h" |
+#include "bindings/core/v8/ScriptValue.h" |
#include "bindings/core/v8/ScriptWrappable.h" |
#include "core/dom/ActiveDOMObject.h" |
#include "modules/ModulesExport.h" |
@@ -47,6 +48,7 @@ public: |
ReadableByteStream* bodyWithUseCounter(); |
virtual BodyStreamBuffer* bodyBuffer() = 0; |
virtual const BodyStreamBuffer* bodyBuffer() const = 0; |
+ ScriptValue v8ExtraStreamBody(ScriptState*); |
virtual bool bodyUsed(); |
bool isBodyLocked(); |