| 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 1517cb8b95d4cc3c462b21a4c58a90331a1b811c..207af0ff18753ea1bd0fc42e6f3157401d3d6e3d 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| @@ -65,7 +65,7 @@ void FetchContext::dispatchWillSendRequest(unsigned long, ResourceRequest&, cons
|
| {
|
| }
|
|
|
| -void FetchContext::dispatchDidLoadResourceFromMemoryCache(Resource*, WebURLRequest::FrameType, WebURLRequest::RequestContext)
|
| +void FetchContext::dispatchDidLoadResourceFromMemoryCache(unsigned long, Resource*, WebURLRequest::FrameType, WebURLRequest::RequestContext)
|
| {
|
| }
|
|
|
| @@ -89,7 +89,7 @@ void FetchContext::dispatchDidFail(unsigned long, const ResourceError&, bool)
|
| {
|
| }
|
|
|
| -void FetchContext::willStartLoadingResource(Resource*, ResourceRequest&)
|
| +void FetchContext::willStartLoadingResource(unsigned long, ResourceRequest&, Resource::Type)
|
| {
|
| }
|
|
|
|
|