| 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 55de9f5db034875e0cfcdaefd1a6284351891350..a43b9e1850955079d7da27d02fa053720c60dc08 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
|
| @@ -56,6 +56,11 @@ class BodyStreamBuffer::LoaderClient final
|
| m_client->didFetchDataLoadedStream();
|
| }
|
|
|
| + void didFetchDataLoadedCustomFormat() override {
|
| + m_buffer->endLoading();
|
| + m_client->didFetchDataLoadedCustomFormat();
|
| + }
|
| +
|
| void didFetchDataLoadFailed() override {
|
| m_buffer->endLoading();
|
| m_client->didFetchDataLoadFailed();
|
|
|