Index: Source/WebCore/html/HTMLOptGroupElement.cpp |
=================================================================== |
--- Source/WebCore/html/HTMLOptGroupElement.cpp (revision 119185) |
+++ Source/WebCore/html/HTMLOptGroupElement.cpp (working copy) |
@@ -49,6 +49,11 @@ |
return adoptRef(new HTMLOptGroupElement(tagName, document)); |
} |
+bool HTMLOptGroupElement::disabled() const |
+{ |
+ return fastHasAttribute(disabledAttr); |
+} |
+ |
bool HTMLOptGroupElement::supportsFocus() const |
{ |
return HTMLElement::supportsFocus(); |