Index: Source/core/html/HTMLAnchorElement.cpp |
diff --git a/Source/core/html/HTMLAnchorElement.cpp b/Source/core/html/HTMLAnchorElement.cpp |
index 23399c3a9dd798cdf50a89350e4fd089aeb50ae9..2c0611fd219983cf509237d5a77d0b1d730a91ca 100644 |
--- a/Source/core/html/HTMLAnchorElement.cpp |
+++ b/Source/core/html/HTMLAnchorElement.cpp |
@@ -363,7 +363,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) |