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