| Index: third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc
|
| diff --git a/third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc b/third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc
|
| index 7b759185d8d6e9b77f51045d0827db486486917f..8f74d5286e28f205e723c55de1abb91f78f319a7 100644
|
| --- a/third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc
|
| +++ b/third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc
|
| @@ -49,7 +49,7 @@ void WebURLLoaderMock::ServeAsynchronousRequest(
|
| return;
|
|
|
| if (error.reason) {
|
| - delegate->didFail(client_, this, error);
|
| + delegate->didFail(client_, this, error, data.size());
|
| return;
|
| }
|
| delegate->didReceiveData(client_, this, data.data(), data.size(),
|
|
|