| 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 285980c3a3231b396c8e0fc64080107043171f7d..b17334d2f92fd32e889938edec2b7d6f8302c096 100644
|
| --- a/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| @@ -253,8 +253,9 @@ PingLoaderImpl::PingLoaderImpl(LocalFrame* frame,
|
|
|
| FetchContext& fetchContext = frame->document()->fetcher()->context();
|
|
|
| - fetchContext.willStartLoadingResource(m_identifier, request, Resource::Image,
|
| - initiator, false);
|
| + fetchContext.willStartLoadingResource(
|
| + m_identifier, request, Resource::Image, initiator,
|
| + FetchContext::V8ActivityLoggingPolicy::Log);
|
|
|
| FetchInitiatorInfo initiatorInfo;
|
| initiatorInfo.name = initiator;
|
|
|