| 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 906d033b515d0985b7f00702ede67e5f09388653..74ac9823071a097ff9360c5b7e31cf3deb9f1774 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Body.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/Body.h
|
| @@ -62,6 +62,7 @@ class MODULES_EXPORT Body : public GarbageCollected<Body>,
|
| // error conditions. This method wraps those up into one call which returns
|
| // an empty ScriptPromise if the consumption may proceed, and a
|
| // ScriptPromise rejected with a TypeError if it ought to be blocked.
|
| + public:
|
| ScriptPromise rejectInvalidConsumption(ScriptState*);
|
| };
|
|
|
|
|