Index: Source/core/animation/StringKeyframe.h |
diff --git a/Source/core/animation/StringKeyframe.h b/Source/core/animation/StringKeyframe.h |
index 5b8c30d649200d97716291218af21f9de7778c8d..2c0c867207bffe2bcc43a44d576664c47d4c88f0 100644 |
--- a/Source/core/animation/StringKeyframe.h |
+++ b/Source/core/animation/StringKeyframe.h |
@@ -63,7 +63,7 @@ private: |
virtual bool isStringKeyframe() const OVERRIDE { return true; } |
- RefPtrWillBeRawPtr<MutableStylePropertySet> m_propertySet; |
+ RefPtrWillBeMember<MutableStylePropertySet> m_propertySet; |
}; |
typedef StringKeyframe::PropertySpecificKeyframe StringPropertySpecificKeyframe; |