Index: Source/core/dom/NthIndexCache.h |
diff --git a/Source/core/dom/NthIndexCache.h b/Source/core/dom/NthIndexCache.h |
index 94f715957f73fd388bf8c6d8ac40ea0760523251..9570cc2607395877fdc5e892a4191a67f19183b7 100644 |
--- a/Source/core/dom/NthIndexCache.h |
+++ b/Source/core/dom/NthIndexCache.h |
@@ -45,7 +45,6 @@ private: |
}; |
NthIndexData& ensureNthIndexDataFor(Node&); |
- inline unsigned nthIndex(Element&); |
using ParentMap = WillBeHeapHashMap<RefPtrWillBeMember<Node>, OwnPtrWillBeMember<NthIndexData>>; |