| Index: Source/core/css/TreeBoundaryCrossingRules.h
|
| diff --git a/Source/core/css/TreeBoundaryCrossingRules.h b/Source/core/css/TreeBoundaryCrossingRules.h
|
| index 1fcc7bf478a1cc0d065abaa9c755bf08a1b8d12c..cf5e554963e3622852e4ea61f16c9a85b2042851 100644
|
| --- a/Source/core/css/TreeBoundaryCrossingRules.h
|
| +++ b/Source/core/css/TreeBoundaryCrossingRules.h
|
| @@ -54,7 +54,7 @@ private:
|
| void collectFeaturesFromRuleSubSet(CSSStyleSheetRuleSubSet*, RuleFeatureSet&);
|
|
|
| DocumentOrderedList m_scopingNodes;
|
| - typedef WillBeHeapHashMap<const ContainerNode*, OwnPtrWillBeMember<CSSStyleSheetRuleSubSet> > TreeBoundaryCrossingRuleSetMap;
|
| + typedef WillBeHeapHashMap<RawPtrWillBeMember<const ContainerNode>, OwnPtrWillBeMember<CSSStyleSheetRuleSubSet> > TreeBoundaryCrossingRuleSetMap;
|
| TreeBoundaryCrossingRuleSetMap m_treeBoundaryCrossingRuleSetMap;
|
| };
|
|
|
|
|