summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/NodeRareData.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/NodeRareData.h')
-rw-r--r--WebCore/dom/NodeRareData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/dom/NodeRareData.h b/WebCore/dom/NodeRareData.h
index 3d2cf0c..8456db1 100644
--- a/WebCore/dom/NodeRareData.h
+++ b/WebCore/dom/NodeRareData.h
@@ -48,7 +48,7 @@ struct NodeListsNodeData : Noncopyable {
typedef HashMap<String, NameNodeList*> NameNodeListCache;
NameNodeListCache m_nameNodeListCache;
- typedef HashMap<QualifiedName, TagNodeList*> TagNodeListCache;
+ typedef HashMap<RefPtr<QualifiedName::QualifiedNameImpl>, TagNodeList*> TagNodeListCache;
TagNodeListCache m_tagNodeListCache;
static PassOwnPtr<NodeListsNodeData> create()