| 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 d72501a4d9b280c0690ffdc610754a900faf7d30..354ae11025a89d2543faedb7eb4e0977964589f1 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| @@ -405,7 +405,8 @@ void FrameFetchContext::dispatchDidChangeResourcePriority(
|
|
|
| void FrameFetchContext::prepareRequest(ResourceRequest& request) {
|
| frame()->loader().applyUserAgent(request);
|
| - frameLoaderClient()->dispatchWillSendRequest(request);
|
| + frameLoaderClient()->willSendRequest(request,
|
| + masterDocumentLoader()->loadType());
|
| }
|
|
|
| void FrameFetchContext::dispatchWillSendRequest(
|
|
|