Index: Source/core/html/HTMLAllCollection.h |
diff --git a/Source/core/html/HTMLAllCollection.h b/Source/core/html/HTMLAllCollection.h |
index ba7d87e51775b0faa6fe1fd8d185ef0745b32da0..4d73dbd765b4a4430bc37e69ecfe842a41455467 100644 |
--- a/Source/core/html/HTMLAllCollection.h |
+++ b/Source/core/html/HTMLAllCollection.h |
@@ -36,7 +36,7 @@ public: |
virtual ~HTMLAllCollection(); |
Node* namedItemWithIndex(const AtomicString& name, unsigned index) const; |
- void anonymousNamedGetter(const AtomicString& name, RefPtr<NodeList>&, RefPtr<Node>&); |
+ void anonymousNamedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Node>&); |
private: |
HTMLAllCollection(Node*, CollectionType); |