| Index: third_party/WebKit/Source/core/animation/StringKeyframe.h
|
| diff --git a/third_party/WebKit/Source/core/animation/StringKeyframe.h b/third_party/WebKit/Source/core/animation/StringKeyframe.h
|
| index 5c5deffe6053e81ea9d5aff54b5bd96924e510fa..7c39dc39a40204deb482d98468d2fe74d4ed0693 100644
|
| --- a/third_party/WebKit/Source/core/animation/StringKeyframe.h
|
| +++ b/third_party/WebKit/Source/core/animation/StringKeyframe.h
|
| @@ -55,7 +55,7 @@ class StringKeyframe : public Keyframe {
|
| }
|
|
|
| String svgPropertyValue(const QualifiedName& attributeName) const {
|
| - return m_svgAttributeMap.get(&attributeName);
|
| + return m_svgAttributeMap.at(&attributeName);
|
| }
|
|
|
| PropertyHandleSet properties() const override;
|
|
|