Index: Source/core/html/HTMLAnchorElement.h |
diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h |
index a118e5d9a6fa3d24d88b5298bf304ae77a720d2d..48278bf6a203a267132b4e86d378aec4b7bdf50d 100644 |
--- a/Source/core/html/HTMLAnchorElement.h |
+++ b/Source/core/html/HTMLAnchorElement.h |
@@ -157,6 +157,7 @@ inline LinkHash HTMLAnchorElement::visitedLinkHash() const |
bool isEnterKeyKeydownEvent(Event*); |
bool isLinkClick(Event*); |
+bool mustProhibitLinks(Element*); |
inline bool isHTMLAnchorElement(const Node* node) |
{ |