Index: Source/core/dom/StyleEngine.h |
diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h |
index ea16b9e78d938221c3775b08e1555a881277ed9f..232eb1e817c2ba33d98d721ea605ef60584fb7b5 100644 |
--- a/Source/core/dom/StyleEngine.h |
+++ b/Source/core/dom/StyleEngine.h |
@@ -245,7 +245,7 @@ private: |
bool m_didCalculateResolver; |
OwnPtrWillBeMember<StyleResolver> m_resolver; |
- RefPtr<CSSFontSelector> m_fontSelector; |
+ RefPtrWillBeMember<CSSFontSelector> m_fontSelector; |
WillBeHeapHashMap<AtomicString, RawPtrWillBeMember<StyleSheetContents> > m_textToSheetCache; |
WillBeHeapHashMap<RawPtrWillBeMember<StyleSheetContents>, AtomicString> m_sheetToTextCache; |