diff options
Diffstat (limited to 'WebCore/html/HTMLOptGroupElement.h')
-rw-r--r-- | WebCore/html/HTMLOptGroupElement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/HTMLOptGroupElement.h b/WebCore/html/HTMLOptGroupElement.h index 13e92ca..6e5b043 100644 --- a/WebCore/html/HTMLOptGroupElement.h +++ b/WebCore/html/HTMLOptGroupElement.h @@ -37,6 +37,7 @@ public: virtual bool checkDTD(const Node*); virtual const AtomicString& formControlType() const; + virtual bool supportsFocus() const; virtual bool isFocusable() const; virtual void parseMappedAttribute(MappedAttribute*); virtual bool rendererIsNeeded(RenderStyle*) { return false; } |