Index: Source/core/html/HTMLSelectElement.h |
diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h |
index 0a49c08866b5ef1e0401dbcf576c2edd680e87cd..7163e333bff85cae2c59f6203e94628c511492a7 100644 |
--- a/Source/core/html/HTMLSelectElement.h |
+++ b/Source/core/html/HTMLSelectElement.h |
@@ -111,6 +111,7 @@ public: |
// For use in the implementation of HTMLOptionElement. |
void optionSelectionStateChanged(HTMLOptionElement*, bool optionIsSelected); |
bool anonymousIndexedSetter(unsigned, PassRefPtr<HTMLOptionElement>, ExceptionState&); |
+ virtual bool isDisabledFormControl() const OVERRIDE; |
protected: |
HTMLSelectElement(Document&, HTMLFormElement*); |