| 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 34ad58aa560512df75349ebe6218778eec0f8a36..44315c738972d934f8db4193b6b101a9a02f6580 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| @@ -90,7 +90,7 @@ void FetchContext::dispatchDidFail(unsigned long, const ResourceError&, bool)
|
| {
|
| }
|
|
|
| -void FetchContext::willStartLoadingResource(ResourceRequest&)
|
| +void FetchContext::willStartLoadingResource(ResourceRequest&, bool)
|
| {
|
| }
|
|
|
|
|