| Index: Source/core/html/HTMLCollection.h
|
| diff --git a/Source/core/html/HTMLCollection.h b/Source/core/html/HTMLCollection.h
|
| index 9be3e5477bdd4ec2cfad02659a70ba765e5978a8..2ec859c64978d0041a4d42cdf864778c4b180385 100644
|
| --- a/Source/core/html/HTMLCollection.h
|
| +++ b/Source/core/html/HTMLCollection.h
|
| @@ -67,6 +67,7 @@ protected:
|
| bool overridesItemAfter() const { return m_overridesItemAfter; }
|
| virtual Element* virtualItemAfter(Element*) const;
|
| bool shouldOnlyIncludeDirectChildren() const { return m_shouldOnlyIncludeDirectChildren; }
|
| + virtual void supportedPropertyNames(Vector<String>& names);
|
|
|
| virtual void updateNameCache() const;
|
| bool hasNameCache() const { return m_isNameCacheValid; }
|
| @@ -80,7 +81,6 @@ protected:
|
|
|
| private:
|
| Element* traverseNextElement(Element& previous, const ContainerNode& root) const;
|
| - virtual void supportedPropertyNames(Vector<String>& names);
|
|
|
| static void append(NodeCacheMap&, const AtomicString&, Element*);
|
| void invalidateIdNameCacheMaps() const
|
|
|