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 6d01dce..713d73c 100644 --- a/WebCore/html/HTMLLegendElement.h +++ b/WebCore/html/HTMLLegendElement.h @@ -34,7 +34,7 @@ public: virtual ~HTMLLegendElement(); virtual bool isFocusable() const; - virtual const AtomicString& type() const; + virtual const AtomicString& formControlType() const; virtual void accessKeyAction(bool sendToAnyElement); /** |