| Index: third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.cpp b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| index de0b4cf99e25eab50cb1fa36b6fe82a49cce66cb..874a40ee0fe50b41a882c75d2ac7cdcf29c30ebd 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| @@ -76,14 +76,16 @@ void FetchContext::dispatchDidReceiveResponse(unsigned long,
|
|
|
| void FetchContext::dispatchDidReceiveData(unsigned long,
|
| const char*,
|
| - int,
|
| int) {}
|
|
|
| void FetchContext::dispatchDidDownloadData(unsigned long, int, int) {}
|
|
|
| void FetchContext::dispatchDidFinishLoading(unsigned long, double, int64_t) {}
|
|
|
| -void FetchContext::dispatchDidFail(unsigned long, const ResourceError&, bool) {}
|
| +void FetchContext::dispatchDidFail(unsigned long,
|
| + const ResourceError&,
|
| + int64_t,
|
| + bool) {}
|
|
|
| void FetchContext::willStartLoadingResource(unsigned long,
|
| ResourceRequest&,
|
|
|