| Index: Source/core/streams/ReadableStream.h
|
| diff --git a/Source/core/streams/ReadableStream.h b/Source/core/streams/ReadableStream.h
|
| index cf6aeef4938d55bd88332f6f172cf3297ef9cb73..f5ea62a2c22ca37f9a8dd141e8224a89f32d5c69 100644
|
| --- a/Source/core/streams/ReadableStream.h
|
| +++ b/Source/core/streams/ReadableStream.h
|
| @@ -47,6 +47,7 @@ public:
|
| DOMException* storedException() { return m_exception.get(); }
|
|
|
| virtual ScriptPromise read(ScriptState*) = 0;
|
| + ScriptPromise cancel(ScriptState*);
|
| ScriptPromise cancel(ScriptState*, ScriptValue reason);
|
| ScriptPromise cancelInternal(ScriptState*, ScriptValue reason);
|
|
|
|
|