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