| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| index 6920bfb9fc4d3e30e3af578fcd974b45aad9a7a9..9d24388374d4027fee712afdeceda682837c8221 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -35,6 +35,7 @@
|
| #include "core/fetch/FetchContext.h"
|
| #include "core/fetch/ResourceFetcher.h"
|
| #include "core/frame/csp/ContentSecurityPolicy.h"
|
| +#include "core/loader/LinkLoader.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/network/ResourceRequest.h"
|
|
|
| @@ -125,6 +126,8 @@ private:
|
|
|
| void prepareRequest(unsigned long identifier, ResourceRequest&, const ResourceResponse&);
|
|
|
| + void dispatchDidReceiveResponseInternal(unsigned long identifier, const ResourceResponse&, WebURLRequest::FrameType, WebURLRequest::RequestContext, Resource*, LinkLoader::CanLoadResources);
|
| +
|
| // FIXME: Oilpan: Ideally this should just be a traced Member but that will
|
| // currently leak because ComputedStyle and its data are not on the heap.
|
| // See crbug.com/383860 for details.
|
|
|