Index: Source/WebCore/dom/NodeRareData.h |
=================================================================== |
--- Source/WebCore/dom/NodeRareData.h (revision 122244) |
+++ Source/WebCore/dom/NodeRareData.h (working copy) |
@@ -51,9 +51,6 @@ |
struct NodeListsNodeData { |
WTF_MAKE_NONCOPYABLE(NodeListsNodeData); WTF_MAKE_FAST_ALLOCATED; |
public: |
- typedef HashSet<DynamicSubtreeNodeList*> NodeListSet; |
- NodeListSet m_listsInvalidatedAtDocument; |
- |
typedef HashMap<String, ClassNodeList*> ClassNodeListCache; |
ClassNodeListCache m_classNodeListCache; |
@@ -82,7 +79,6 @@ |
} |
void invalidateCaches(); |
- void invalidateCachesForDocument(); |
void invalidateCachesThatDependOnAttributes(); |
bool isEmpty() const; |