Index: Source/core/html/HTMLAllCollection.cpp |
diff --git a/Source/core/html/HTMLAllCollection.cpp b/Source/core/html/HTMLAllCollection.cpp |
index dfbc4661c25779369797a710732d05c58175c6a4..4010931de505246975aee28d92b1181e5847b9c8 100644 |
--- a/Source/core/html/HTMLAllCollection.cpp |
+++ b/Source/core/html/HTMLAllCollection.cpp |
@@ -48,7 +48,7 @@ HTMLAllCollection::~HTMLAllCollection() |
Element* HTMLAllCollection::namedItemWithIndex(const AtomicString& name, unsigned index) const |
{ |
- updateNameCache(); |
+ updateIdNameCache(); |
if (Vector<Element*>* cache = idCache(name)) { |
if (index < cache->size()) |