| 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 484bfdf88ec4da10ffd0db8eceade46d98baf0a1..daa3d2aeb5a0c76deb672eeeb5ee07928aec1b8c 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h
|
| @@ -28,10 +28,6 @@ class MODULES_EXPORT BodyStreamBuffer final : public UnderlyingSourceBase,
|
| USING_GARBAGE_COLLECTED_MIXIN(BodyStreamBuffer);
|
|
|
| public:
|
| - // |handle| cannot be null and cannot be locked.
|
| - // This function must be called with entering an appropriate V8 context.
|
| - BodyStreamBuffer(ScriptState*,
|
| - std::unique_ptr<FetchDataConsumerHandle> /* handle */);
|
| // |consumer| must not have a client.
|
| // This function must be called with entering an appropriate V8 context.
|
| BodyStreamBuffer(ScriptState*, BytesConsumer* /* consumer */);
|
|
|