| Index: third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.h
|
| diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.h b/third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.h
|
| index b3f8ac21dfd552e47359fdda85256b3a94d4e59c..9ed69d6f83fc13f3ff313b4d73d307cb0a321023 100644
|
| --- a/third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.h
|
| +++ b/third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.h
|
| @@ -182,7 +182,7 @@ class CSSAnimationUpdate final {
|
| m_newTransitions.set(property, newTransition);
|
| }
|
| void unstartTransition(const PropertyHandle& property) {
|
| - m_newTransitions.remove(property);
|
| + m_newTransitions.erase(property);
|
| }
|
| bool isCancelledTransition(const PropertyHandle& property) const {
|
| return m_cancelledTransitions.contains(property);
|
|
|