Index: Source/core/html/HTMLCollection.h |
diff --git a/Source/core/html/HTMLCollection.h b/Source/core/html/HTMLCollection.h |
index 8fd499f7da1a5af8a69a6df47de18fdd12795e8c..e4c8fb4fa1ffe189a2de1e65a6768c07d23f86b3 100644 |
--- a/Source/core/html/HTMLCollection.h |
+++ b/Source/core/html/HTMLCollection.h |
@@ -55,6 +55,7 @@ public: |
void namedItems(const AtomicString& name, WillBeHeapVector<RefPtrWillBeMember<Element> >&) const; |
bool isEmpty() const { return m_collectionIndexCache.isEmpty(*this); } |
bool hasExactlyOneItem() const { return m_collectionIndexCache.hasExactlyOneNode(*this); } |
+ bool elementMatches(const Element&) const; |
// CollectionIndexCache API. |
bool canTraverseBackward() const { return !overridesItemAfter(); } |