Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1410)

Unified Diff: Source/core/loader/PingLoader.cpp

Issue 16140020: Delete NetworkingContext and its subclasses. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());

Powered by Google App Engine
This is Rietveld 408576698