| 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 01dfe881df248a165f6a5767ef30d2820fd3b56c..4cae0aa4528eaf708770c0bb49b5036767f4a211 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();
|
|
|