| 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 df3918581fa9f02dc47093fe10ca488dca44c990..61b816332253a21f23492945218122f2d19f8092 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| @@ -89,7 +89,7 @@ void FetchContext::dispatchDidFail(unsigned long, const ResourceError&, bool)
|
| {
|
| }
|
|
|
| -void FetchContext::willStartLoadingResource(ResourceRequest&)
|
| +void FetchContext::willStartLoadingResource(Resource*, ResourceRequest&)
|
| {
|
| }
|
|
|
|
|