| 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 535f0f91ad99ec27ad5bd6bf137c0c6d83a76736..f3445c68027621951938cc6bdaca6f76a8102a77 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Body.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/Body.h
|
| @@ -45,10 +45,9 @@ public:
|
| ScriptPromise formData(ScriptState*);
|
| ScriptPromise json(ScriptState*);
|
| ScriptPromise text(ScriptState*);
|
| - ReadableByteStream* bodyWithUseCounter();
|
| + ScriptValue bodyWithUseCounter(ScriptState*);
|
| virtual BodyStreamBuffer* bodyBuffer() = 0;
|
| virtual const BodyStreamBuffer* bodyBuffer() const = 0;
|
| - ScriptValue v8ExtraStreamBody(ScriptState*);
|
|
|
| virtual bool bodyUsed();
|
| bool isBodyLocked();
|
| @@ -62,7 +61,6 @@ public:
|
| }
|
|
|
| private:
|
| - ReadableByteStream* body();
|
| virtual String mimeType() const = 0;
|
|
|
| // Body consumption algorithms will reject with a TypeError in a number of
|
|
|