| Index: third_party/WebKit/Source/core/animation/KeyframeEffectModel.h
|
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffectModel.h b/third_party/WebKit/Source/core/animation/KeyframeEffectModel.h
|
| index 57329c6826cc447a3dd23fe72ca720bdd5c28a82..269047c632fbfc0534faa112ce4637784b0ec9c0 100644
|
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffectModel.h
|
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffectModel.h
|
| @@ -86,7 +86,7 @@ class CORE_EXPORT KeyframeEffectModelBase : public EffectModel {
|
| const PropertySpecificKeyframeVector& getPropertySpecificKeyframes(
|
| const PropertyHandle& property) const {
|
| ensureKeyframeGroups();
|
| - return m_keyframeGroups->get(property)->keyframes();
|
| + return m_keyframeGroups->at(property)->keyframes();
|
| }
|
|
|
| using KeyframeGroupMap =
|
|
|