| Index: third_party/WebKit/Source/core/animation/InterpolationValue.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InterpolationValue.h b/third_party/WebKit/Source/core/animation/InterpolationValue.h
|
| index 42b2b39b4f71d480fb7b11a07f6e806dcf850d7e..f3d2d848f30bdc0fae4a7f22e7b373630e09084a 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolationValue.h
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolationValue.h
|
| @@ -43,7 +43,7 @@ struct InterpolationValue {
|
|
|
| void clear()
|
| {
|
| - interpolableValue.clear();
|
| + interpolableValue.reset();
|
| nonInterpolableValue.clear();
|
| }
|
|
|
|
|