| Index: third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/PingLoader.cpp b/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| index ad845a2f70681c24890629658b314debe516f48c..263f3db17995dbdda619a87e16babba73b8faa43 100644
|
| --- a/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| @@ -273,7 +273,7 @@ PingLoaderImpl::PingLoaderImpl(LocalFrame* frame,
|
| if (frame->FrameScheduler())
|
| frame->FrameScheduler()->DidStopLoading(identifier_);
|
|
|
| - loader_ = Platform::Current()->CreateURLLoader();
|
| + loader_ = fetch_context.CreateURLLoader();
|
| DCHECK(loader_);
|
| WrappedResourceRequest wrapped_request(request);
|
| wrapped_request.SetAllowStoredCredentials(credentials_allowed ==
|
|
|