| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| index c9e0ec66b0f1fb819d8619d26ff76cf2801b2948..e743a2fa6499ad96601391361a6582361a155213 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| @@ -471,6 +471,8 @@ void FrameFetchContext::dispatchDidLoadResourceFromMemoryCache(
|
| WebURLRequest::FrameType frameType,
|
| WebURLRequest::RequestContext requestContext) {
|
| ResourceRequest request(resource->url());
|
| + request.setFrameType(frameType);
|
| + request.setRequestContext(requestContext);
|
| frame()->loader().client()->dispatchDidLoadResourceFromMemoryCache(
|
| request, resource->response());
|
| dispatchWillSendRequest(identifier, request, ResourceResponse(),
|
|
|