Index: Source/core/dom/StyleEngine.h |
diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h |
index 95b6c2eed8635db802867268a81d23392e853db8..0c7df516b4fdc19eddd021c18556d5c6fee630dc 100644 |
--- a/Source/core/dom/StyleEngine.h |
+++ b/Source/core/dom/StyleEngine.h |
@@ -282,7 +282,7 @@ private: |
WillBeHeapHashMap<AtomicString, RawPtrWillBeMember<StyleSheetContents> > m_textToSheetCache; |
WillBeHeapHashMap<RawPtrWillBeMember<StyleSheetContents>, AtomicString> m_sheetToTextCache; |
- RefPtr<ProcessingInstruction> m_xslStyleSheet; |
+ RefPtrWillBeMember<ProcessingInstruction> m_xslStyleSheet; |
}; |
} |