| 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..4f298ae6b90b6f664d7fe5de1de4f00325f2357d 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| @@ -83,7 +83,10 @@ 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&,
|
| + bool,
|
| + bool) {}
|
|
|
| void FetchContext::willStartLoadingResource(unsigned long,
|
| ResourceRequest&,
|
|
|