summaryrefslogtreecommitdiffstats
path: root/WebCore/html
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2009-08-17 16:31:14 +0100
committerBen Murdoch <benm@google.com>2009-08-17 16:31:28 +0100
commitbca28f9e9aaf8973e90dc96478b4c424af20d19c (patch)
tree2cbef09da50e39b7686221aa658626906597353e /WebCore/html
parentb98c772f6b9ef7a1eef75d3e678de67edfdde463 (diff)
downloadexternal_webkit-bca28f9e9aaf8973e90dc96478b4c424af20d19c.zip
external_webkit-bca28f9e9aaf8973e90dc96478b4c424af20d19c.tar.gz
external_webkit-bca28f9e9aaf8973e90dc96478b4c424af20d19c.tar.bz2
Compilation fixes.
Diffstat (limited to 'WebCore/html')
-rw-r--r--WebCore/html/HTMLAnchorElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLAnchorElement.h b/WebCore/html/HTMLAnchorElement.h
index 3c73118..7779bed 100644
--- a/WebCore/html/HTMLAnchorElement.h
+++ b/WebCore/html/HTMLAnchorElement.h
@@ -41,6 +41,7 @@ public:
String hash() const;
String host() const;
String hostname() const;
+ virtual bool isFocusable() const;
String pathname() const;
String port() const;
String protocol() const;
@@ -60,7 +61,6 @@ private:
virtual bool supportsFocus() const;
virtual bool isMouseFocusable() const;
virtual bool isKeyboardFocusable(KeyboardEvent*) const;
- virtual bool isFocusable() const;
virtual void defaultEventHandler(Event*);
virtual void setActive(bool active = true, bool pause = false);
virtual void accessKeyAction(bool fullAction);