summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLFieldSetElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLFieldSetElement.h')
-rw-r--r--WebCore/html/HTMLFieldSetElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLFieldSetElement.h b/WebCore/html/HTMLFieldSetElement.h
index e79f2c5..0900317 100644
--- a/WebCore/html/HTMLFieldSetElement.h
+++ b/WebCore/html/HTMLFieldSetElement.h
@@ -44,7 +44,7 @@ public:
virtual int tagPriority() const { return 3; }
virtual bool checkDTD(const Node* newChild);
- virtual bool isFocusable() const;
+ virtual bool supportsFocus() const;
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
virtual const AtomicString& formControlType() const;