Index: Source/core/streams/ReadableStream.h |
diff --git a/Source/core/streams/ReadableStream.h b/Source/core/streams/ReadableStream.h |
index 14b1d4500b3dfd68c449d15449bc674e4be2267d..64332b8533779967e8ea7d6bb36990690d08a31f 100644 |
--- a/Source/core/streams/ReadableStream.h |
+++ b/Source/core/streams/ReadableStream.h |
@@ -72,13 +72,12 @@ private: |
virtual bool isQueueEmpty() const = 0; |
virtual void clearQueue() = 0; |
- void callOrSchedulePull(); |
+ void callPullIfNeeded(); |
Member<UnderlyingSource> m_source; |
bool m_isStarted; |
bool m_isDraining; |
bool m_isPulling; |
- bool m_isSchedulingPull; |
State m_state; |
Member<WaitPromise> m_wait; |