Index: Source/core/html/HTMLAllCollection.h |
diff --git a/Source/core/html/HTMLAllCollection.h b/Source/core/html/HTMLAllCollection.h |
index d099253d1bc9b9ae6fc70e5137db9c5e09bd2fa8..315aff2bcdf8349d0ecd3de30748c3a93fa10a66 100644 |
--- a/Source/core/html/HTMLAllCollection.h |
+++ b/Source/core/html/HTMLAllCollection.h |
@@ -36,7 +36,7 @@ public: |
virtual ~HTMLAllCollection(); |
Element* namedItemWithIndex(const AtomicString& name, unsigned index) const; |
- void namedGetter(const AtomicString& name, bool&, RefPtrWillBeRawPtr<NodeList>&, bool&, RefPtrWillBeRawPtr<Element>&); |
+ void namedGetter(const AtomicString& name, RefPtrWillBeRawPtr<NodeList>&, RefPtrWillBeRawPtr<Element>&); |
private: |
explicit HTMLAllCollection(ContainerNode&); |