diff options
Diffstat (limited to 'WebCore/html/HTMLLegendElement.h')
-rw-r--r-- | WebCore/html/HTMLLegendElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLLegendElement.h b/WebCore/html/HTMLLegendElement.h index 713d73c..1b394e4 100644 --- a/WebCore/html/HTMLLegendElement.h +++ b/WebCore/html/HTMLLegendElement.h @@ -33,7 +33,7 @@ public: HTMLLegendElement(const QualifiedName&, Document*, HTMLFormElement* = 0); virtual ~HTMLLegendElement(); - virtual bool isFocusable() const; + virtual bool supportsFocus() const; virtual const AtomicString& formControlType() const; virtual void accessKeyAction(bool sendToAnyElement); |