| Index: Source/core/html/HTMLAnchorElement.cpp
|
| diff --git a/Source/core/html/HTMLAnchorElement.cpp b/Source/core/html/HTMLAnchorElement.cpp
|
| index 633b3164575047074fafeba0489db30b09c1a3fb..34ef9a168c4cd0c3db20f1b0cb18a70598e9c572 100644
|
| --- a/Source/core/html/HTMLAnchorElement.cpp
|
| +++ b/Source/core/html/HTMLAnchorElement.cpp
|
| @@ -352,7 +352,7 @@ void HTMLAnchorElement::sendPings(const KURL& destinationURL)
|
|
|
| SpaceSplitString pingURLs(pingValue, false);
|
| for (unsigned i = 0; i < pingURLs.size(); i++)
|
| - PingLoader::sendPing(document().frame(), document().completeURL(pingURLs[i]), destinationURL);
|
| + PingLoader::sendLinkAuditPing(document().frame(), document().completeURL(pingURLs[i]), destinationURL);
|
| }
|
|
|
| void HTMLAnchorElement::handleClick(Event* event)
|
|
|