Index: third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h |
diff --git a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h |
index 1e8771ed702db19d0ec6175654160f09b700af70..e0eb8f5901a9333b94776069bf7dca7ffc482330 100644 |
--- a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h |
+++ b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h |
@@ -44,6 +44,7 @@ public: |
PassOwnPtr<FetchDataConsumerHandle> releaseHandle(ExecutionContext*); |
bool hasPendingActivity() const; |
+ void stop(); |
// UnderlyingSource |
void pullSource() override; |