Index: Source/core/dom/ElementRareData.h |
diff --git a/Source/core/dom/ElementRareData.h b/Source/core/dom/ElementRareData.h |
index 38d9107e85fefb41a2ecf00ea75f4bf2a8608788..1f268d1fe9f1c4735fde4142e3be74012cd1aee7 100644 |
--- a/Source/core/dom/ElementRareData.h |
+++ b/Source/core/dom/ElementRareData.h |
@@ -141,7 +141,7 @@ private: |
OwnPtr<NamedNodeMap> m_attributeMap; |
OwnPtr<InputMethodContext> m_inputMethodContext; |
OwnPtr<ActiveAnimations> m_activeAnimations; |
- OwnPtr<InlineCSSStyleDeclaration> m_cssomWrapper; |
+ OwnPtrWillBePersistent<InlineCSSStyleDeclaration> m_cssomWrapper; |
RefPtr<RenderStyle> m_computedStyle; |
RefPtr<CustomElementDefinition> m_customElementDefinition; |