| 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 40fc856f775fa5cb2ac4680a90ebdb1cacc86aea..eef85abf6d5201a39f51f3fdd1b173fd1d837523 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h
|
| @@ -66,7 +66,7 @@ public:
|
| bool isStreamErrored();
|
| bool isStreamLocked();
|
| bool isStreamDisturbed();
|
| - void setDisturbed();
|
| + void closeAndLockAndDisturb();
|
|
|
| DEFINE_INLINE_TRACE()
|
| {
|
| @@ -79,7 +79,6 @@ public:
|
| private:
|
| class LoaderClient;
|
|
|
| - void lockAndDisturb();
|
| void close();
|
| void error();
|
| void processData();
|
|
|