| 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;
|
|
|