| Index: third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
|
| index 828b6d0e8fa1d1c60f7180255f5e14cfc8c774bd..ad7df387afe009e65ba25ee92d9310a947ccc0f9 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
|
| @@ -51,9 +51,9 @@ class BodyStreamBuffer::LoaderClient final
|
| m_client->didFetchDataLoadedString(string);
|
| }
|
|
|
| - void didFetchDataLoadedStream() override {
|
| + void didFetchDataLoadedDataPipe() override {
|
| m_buffer->endLoading();
|
| - m_client->didFetchDataLoadedStream();
|
| + m_client->didFetchDataLoadedDataPipe();
|
| }
|
|
|
| void didFetchDataLoadFailed() override {
|
|
|