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 eb8e1b4549bf0673c280961a26d95c57764d0601..8eeb2c0eed92b292843fb86c7d9761ed817624ea 100644 |
--- a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h |
+++ b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h |
@@ -33,9 +33,9 @@ public: |
ReadableByteStream* stream() { return m_stream; } |
- // Callable only when not locked. |
- PassRefPtr<BlobDataHandle> drainAsBlobDataHandle(FetchDataConsumerHandle::Reader::BlobSizePolicy); |
- PassRefPtr<EncodedFormData> drainAsFormData(); |
+ // Callable only when neither locked nor disturbed. |
+ PassRefPtr<BlobDataHandle> drainAsBlobDataHandle(ExecutionContext*, FetchDataConsumerHandle::Reader::BlobSizePolicy); |
+ PassRefPtr<EncodedFormData> drainAsFormData(ExecutionContext*); |
void startLoading(ExecutionContext*, FetchDataLoader*, FetchDataLoader::Client* /* client */); |
// Callable only when not locked. Returns a non-null handle. |