| Index: third_party/WebKit/Source/core/streams/ReadableStreamOperations.h
|
| diff --git a/third_party/WebKit/Source/core/streams/ReadableStreamOperations.h b/third_party/WebKit/Source/core/streams/ReadableStreamOperations.h
|
| index bd885ba6d97a465a61fc8d799e6efbf560fd9ff2..0051bee22f405d52e0b5dd1c919fe6f2c57410a7 100644
|
| --- a/third_party/WebKit/Source/core/streams/ReadableStreamOperations.h
|
| +++ b/third_party/WebKit/Source/core/streams/ReadableStreamOperations.h
|
| @@ -43,10 +43,6 @@ public:
|
| // This function assumes |isReadableStream(stream)|.
|
| static bool isDisturbed(ScriptState*, ScriptValue stream);
|
|
|
| - // SetReadableStreamDisturbed
|
| - // This function assumes |isReadableStream(stream)|.
|
| - static void setDisturbed(ScriptState*, ScriptValue stream);
|
| -
|
| // IsReadableStreamLocked
|
| // This function assumes |isReadableStream(stream)|.
|
| static bool isLocked(ScriptState*, ScriptValue stream);
|
|
|