Index: Source/core/loader/PingLoader.cpp |
diff --git a/Source/core/loader/PingLoader.cpp b/Source/core/loader/PingLoader.cpp |
index 1b77a65aed11385a1035ec555100a6becda60acd..2968fe74583b3fe778516ff265113fd1f3702d3e 100644 |
--- a/Source/core/loader/PingLoader.cpp |
+++ b/Source/core/loader/PingLoader.cpp |
@@ -125,7 +125,7 @@ PingLoader::PingLoader(Frame* frame, ResourceRequest& request, StoredCredentials |
: m_timeout(this, &PingLoader::timeout) |
{ |
unsigned long identifier = createUniqueIdentifier(); |
- m_handle = ResourceHandle::create(frame->loader()->networkingContext(), request, this, false, false, credentialsAllowed); |
+ m_handle = ResourceHandle::create(request, this, false, false, credentialsAllowed); |
InspectorInstrumentation::continueAfterPingLoader(frame, identifier, frame->loader()->activeDocumentLoader(), request, ResourceResponse()); |