Index: Source/core/dom/StyleEngine.h |
diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h |
index a9fedf4c8123017931b07b979e45a4bf25adeca4..d2a35e761a1581179da4254d66c82062a1800d56 100644 |
--- a/Source/core/dom/StyleEngine.h |
+++ b/Source/core/dom/StyleEngine.h |
@@ -225,7 +225,8 @@ private: |
WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> > m_authorStyleSheets; |
DocumentStyleSheetCollection m_documentStyleSheetCollection; |
- WillBeHeapHashMap<TreeScope*, OwnPtrWillBeMember<ShadowTreeStyleSheetCollection> > m_styleSheetCollectionMap; |
+ typedef WillBeHeapHashMap<RawPtrWillBeWeakMember<TreeScope>, OwnPtrWillBeMember<ShadowTreeStyleSheetCollection> > StyleSheetCollectionMap; |
+ StyleSheetCollectionMap m_styleSheetCollectionMap; |
bool m_documentScopeDirty; |
TreeScopeSet m_dirtyTreeScopes; |