summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLAnchorElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLAnchorElement.h')
-rw-r--r--Source/WebCore/html/HTMLAnchorElement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/html/HTMLAnchorElement.h b/Source/WebCore/html/HTMLAnchorElement.h
index 9a875c25b..6afe5a5c5 100644
--- a/Source/WebCore/html/HTMLAnchorElement.h
+++ b/Source/WebCore/html/HTMLAnchorElement.h
@@ -94,6 +94,8 @@ public:
bool isLiveLink() const;
+ virtual bool willRespondToMouseClickEvents() OVERRIDE;
+
bool hasRel(uint32_t relation) const;
void setRel(const String&);
@@ -155,9 +157,7 @@ inline LinkHash HTMLAnchorElement::visitedLinkHash() const
// Functions shared with the other anchor elements (i.e., SVG).
bool isEnterKeyKeydownEvent(Event*);
-bool isMiddleMouseButtonEvent(Event*);
bool isLinkClick(Event*);
-void handleLinkClick(Event*, Document*, const String& url, const String& target, bool hideReferrer = false);
} // namespace WebCore