| 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 b7f07b0a2d39ec332336e7e34eb132025dce0bfe..906d033b515d0985b7f00702ede67e5f09388653 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Body.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/Body.h
|
| @@ -43,7 +43,7 @@ class MODULES_EXPORT Body : public GarbageCollected<Body>,
|
| ScriptPromise formData(ScriptState*);
|
| ScriptPromise json(ScriptState*);
|
| ScriptPromise text(ScriptState*);
|
| - ScriptValue bodyWithUseCounter(ScriptState*);
|
| + ScriptValue body(ScriptState*);
|
| virtual BodyStreamBuffer* bodyBuffer() = 0;
|
| virtual const BodyStreamBuffer* bodyBuffer() const = 0;
|
|
|
|
|