| 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 02911516f05519d7fc245c1b508abf365b700dfd..9a5050cb3756ae7a3c068b4ef3e5a1864ef35902 100644
|
| --- a/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| @@ -138,6 +138,7 @@ PingLoader::PingLoader(LocalFrame* frame, ResourceRequest& request, const FetchI
|
| , m_keepAlive(this)
|
| {
|
| frame->loader().client()->didDispatchPingLoader(request.url());
|
| + frame->document()->fetcher()->context().willStartLoadingResource(m_identifier, request, Resource::Image);
|
| frame->document()->fetcher()->context().dispatchWillSendRequest(m_identifier, request, ResourceResponse(), initiatorInfo);
|
|
|
| m_loader = adoptPtr(Platform::current()->createURLLoader());
|
|
|