| Index: third_party/WebKit/Source/platform/animation/CompositorTransformKeyframe.cpp
|
| diff --git a/third_party/WebKit/Source/platform/animation/CompositorTransformKeyframe.cpp b/third_party/WebKit/Source/platform/animation/CompositorTransformKeyframe.cpp
|
| index 4d0b8c1257ee532fed5c89bedf24a76aefd7905a..dc7e32a0b818b342ce0dbb9ce6e84da089c76381 100644
|
| --- a/third_party/WebKit/Source/platform/animation/CompositorTransformKeyframe.cpp
|
| +++ b/third_party/WebKit/Source/platform/animation/CompositorTransformKeyframe.cpp
|
| @@ -14,7 +14,7 @@ CompositorTransformKeyframe::CompositorTransformKeyframe(double time, PassOwnPtr
|
|
|
| CompositorTransformKeyframe::~CompositorTransformKeyframe()
|
| {
|
| - m_value.clear();
|
| + m_value.reset();
|
| }
|
|
|
| double CompositorTransformKeyframe::time() const
|
|
|