| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableShapeValue.h
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableShapeValue.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableShapeValue.h
|
| index 8ee083227e92ad34279acc62210f097535fc3ded..eb38ade43d2777ae25eef6be012d5b648249ea7c 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableShapeValue.h
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableShapeValue.h
|
| @@ -59,7 +59,7 @@ private:
|
| AnimatableType type() const override { return TypeShapeValue; }
|
| bool equalTo(const AnimatableValue*) const override;
|
|
|
| - RefPtrWillBePersistent<ShapeValue> m_shape;
|
| + Persistent<ShapeValue> m_shape;
|
| };
|
|
|
| DEFINE_ANIMATABLE_VALUE_TYPE_CASTS(AnimatableShapeValue, isShapeValue());
|
|
|