Index: Source/core/html/HTMLSelectElement.h |
diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h |
index 5d93e029584f3e70854f9ffb2e2f9564fb0e338a..bac7c088e333d55c9e3c2675494c1a01c31f521d 100644 |
--- a/Source/core/html/HTMLSelectElement.h |
+++ b/Source/core/html/HTMLSelectElement.h |
@@ -105,6 +105,7 @@ public: |
// For use in the implementation of HTMLOptionElement. |
void optionSelectionStateChanged(HTMLOptionElement*, bool optionIsSelected); |
bool isParsingInProgress() const { return m_isParsingInProgress; } |
+ bool anonymousIndexedSetter(unsigned, PassRefPtr<HTMLOptionElement>, ExceptionCode&); |
protected: |
HTMLSelectElement(const QualifiedName&, Document*, HTMLFormElement*, bool createdByParser); |