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

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

Issue 2578983002: Loading: move V8DOMActivityLogger dependency from core/fetch (Closed)
Patch Set: merge 2572373003/#ps20001 Created 4 years 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: 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 956cc975a14c432b310e98ef0777481f61f21a14..0d85e4ffaa0640d45abddc68ea3506fd67d07ea7 100644
--- a/third_party/WebKit/Source/core/loader/PingLoader.cpp
+++ b/third_party/WebKit/Source/core/loader/PingLoader.cpp
@@ -249,7 +249,8 @@ PingLoaderImpl::PingLoaderImpl(LocalFrame* frame,
FetchContext& fetchContext = frame->document()->fetcher()->context();
- fetchContext.willStartLoadingResource(m_identifier, request, Resource::Image);
+ fetchContext.willStartLoadingResource(m_identifier, request, Resource::Image,
+ initiator, false);
FetchInitiatorInfo initiatorInfo;
initiatorInfo.name = initiator;

Powered by Google App Engine
This is Rietveld 408576698