Index: Source/core/css/StylePropertySet.h |
diff --git a/Source/core/css/StylePropertySet.h b/Source/core/css/StylePropertySet.h |
index c7bb81a8c148c8f2e77cccd0b57a1a20d9cc7701..a09ceabb5d3083a394fc22219dfa4db8979d7c0d 100644 |
--- a/Source/core/css/StylePropertySet.h |
+++ b/Source/core/css/StylePropertySet.h |
@@ -238,7 +238,7 @@ private: |
bool removeShorthandProperty(CSSPropertyID); |
CSSProperty* findCSSPropertyWithID(CSSPropertyID); |
- OwnPtr<PropertySetCSSStyleDeclaration> m_cssomWrapper; |
+ OwnPtrWillBeMember<PropertySetCSSStyleDeclaration> m_cssomWrapper; |
friend class StylePropertySet; |