Index: Source/core/html/HTMLOptionsCollection.h |
diff --git a/Source/core/html/HTMLOptionsCollection.h b/Source/core/html/HTMLOptionsCollection.h |
index e03e6ed30030564f038f0d0301b20005e6493731..e0b575cf73d723a7bc4c03ed5a1a414d65584b68 100644 |
--- a/Source/core/html/HTMLOptionsCollection.h |
+++ b/Source/core/html/HTMLOptionsCollection.h |
@@ -46,6 +46,7 @@ public: |
void setLength(unsigned, ExceptionCode&); |
void anonymousNamedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Node>&); |
+ bool anonymousIndexedSetter(unsigned, PassRefPtr<HTMLOptionElement>, bool isValueNull, bool isValueUndefined, ExceptionCode&); |
private: |
HTMLOptionsCollection(Node*); |