summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLAnchorElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLAnchorElement.h')
-rw-r--r--WebCore/html/HTMLAnchorElement.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/html/HTMLAnchorElement.h b/WebCore/html/HTMLAnchorElement.h
index 16baff1..a7e7eec 100644
--- a/WebCore/html/HTMLAnchorElement.h
+++ b/WebCore/html/HTMLAnchorElement.h
@@ -82,6 +82,8 @@ public:
String search() const;
void setSearch(const String&);
+ String origin() const;
+
String text() const;
String toString() const;
@@ -109,6 +111,8 @@ private:
virtual short tabIndex() const;
virtual bool draggable() const;
+ void sendPings(const KURL& destinationURL);
+
enum EventType {
MouseEventWithoutShiftKey,
MouseEventWithShiftKey,