| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h
|
| index 14aa1702239c9285501a7a741424ad0cb96cbff7..118d92dae12635ec7e8d22d88c05f3ed6ba32030 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h
|
| @@ -22,7 +22,7 @@ class CORE_EXPORT AnimatableValueKeyframe : public Keyframe {
|
| m_propertyValues.set(property, std::move(value));
|
| }
|
| void clearPropertyValue(CSSPropertyID property) {
|
| - m_propertyValues.remove(property);
|
| + m_propertyValues.erase(property);
|
| }
|
| AnimatableValue* propertyValue(CSSPropertyID property) const {
|
| DCHECK(m_propertyValues.contains(property));
|
|
|