Index: Source/core/html/HTMLOptionsCollection.h |
diff --git a/Source/core/html/HTMLOptionsCollection.h b/Source/core/html/HTMLOptionsCollection.h |
index 23c19ed1e4c0a65f03c0922f8313f088de3a4ad7..1e88218bcfaaf5a5f152e8917f7acf98f46f5464 100644 |
--- a/Source/core/html/HTMLOptionsCollection.h |
+++ b/Source/core/html/HTMLOptionsCollection.h |
@@ -44,7 +44,7 @@ public: |
void setSelectedIndex(int); |
void setLength(unsigned, ExceptionState&); |
- void namedGetter(const AtomicString& name, bool&, RefPtrWillBeRawPtr<NodeList>&, bool&, RefPtrWillBeRawPtr<Element>&); |
+ void namedGetter(const AtomicString& name, RefPtrWillBeRawPtr<NodeList>&, RefPtrWillBeRawPtr<Element>&); |
bool anonymousIndexedSetter(unsigned, PassRefPtrWillBeRawPtr<HTMLOptionElement>, ExceptionState&); |
private: |