| Index: Source/core/html/HTMLCollection.h
|
| diff --git a/Source/core/html/HTMLCollection.h b/Source/core/html/HTMLCollection.h
|
| index 48a38922b559cc508a8d4c7cfbd2b5e196ed6691..8fd499f7da1a5af8a69a6df47de18fdd12795e8c 100644
|
| --- a/Source/core/html/HTMLCollection.h
|
| +++ b/Source/core/html/HTMLCollection.h
|
| @@ -45,8 +45,8 @@ public:
|
| void invalidateCacheForAttribute(const QualifiedName*) const;
|
|
|
| // DOM API
|
| - unsigned length() const { return m_collectionIndexCache.nodeCount(*this); }
|
| - Element* item(unsigned offset) const { return m_collectionIndexCache.nodeAt(*this, offset); }
|
| + unsigned length() const;
|
| + Element* item(unsigned offset) const;
|
| virtual Element* namedItem(const AtomicString& name) const;
|
| bool namedPropertyQuery(const AtomicString&, ExceptionState&);
|
| void namedPropertyEnumerator(Vector<String>& names, ExceptionState&);
|
|
|