Index: Source/core/dom/shadow/ElementShadow.h |
diff --git a/Source/core/dom/shadow/ElementShadow.h b/Source/core/dom/shadow/ElementShadow.h |
index da98542c4d9e265b738f13e8cbf885be27d97a24..91c19d312fdbaa0c19b47e4ff2ad378c38e684c4 100644 |
--- a/Source/core/dom/shadow/ElementShadow.h |
+++ b/Source/core/dom/shadow/ElementShadow.h |
@@ -89,7 +89,7 @@ private: |
bool needsSelectFeatureSet() const { return m_needsSelectFeatureSet; } |
void setNeedsSelectFeatureSet() { m_needsSelectFeatureSet = true; } |
- typedef HashMap<const Node*, DestinationInsertionPoints> NodeToDestinationInsertionPoints; |
+ typedef WillBeHeapHashMap<RawPtrWillBeMember<const Node>, DestinationInsertionPoints> NodeToDestinationInsertionPoints; |
NodeToDestinationInsertionPoints m_nodeToInsertionPoints; |
SelectRuleFeatureSet m_selectFeatures; |