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