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