| Index: third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| index 043e2e7e1ad479cce13ef7fbc2fb28577f0b4d3a..04bb0c42d47979719271dd710c9ef3ec08412a32 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| @@ -99,7 +99,7 @@ DocumentLoader::DocumentLoader(LocalFrame* frame,
|
| const SubstituteData& substituteData,
|
| ClientRedirectPolicy clientRedirectPolicy)
|
| : m_frame(frame),
|
| - m_fetcher(FrameFetchContext::createContextAndFetcher(this, nullptr)),
|
| + m_fetcher(FrameFetchContext::createFetcherFromDocumentLoader(this)),
|
| m_originalRequest(req),
|
| m_substituteData(substituteData),
|
| m_request(req),
|
|
|