Index: Source/core/streams/ReadableStream.h |
diff --git a/Source/core/streams/ReadableStream.h b/Source/core/streams/ReadableStream.h |
index 3c25f74ebe8585195321836aa671e1d5ad51a8cd..0b5337b0777523c3a06fdd7bd0d68dd7cef31480 100644 |
--- a/Source/core/streams/ReadableStream.h |
+++ b/Source/core/streams/ReadableStream.h |
@@ -69,8 +69,6 @@ |
ExclusiveStreamReader* getReader(ExceptionState&); |
// Only ExclusiveStreamReader methods should call this function. |
void setReader(ExclusiveStreamReader*); |
- |
- bool isLocked() const { return m_reader; } |
bool isLockedTo(const ExclusiveStreamReader* reader) const { return m_reader == reader; } |
bool hasPendingActivity() const override; |