| Index: third_party/WebKit/Source/core/svg/SVGEnumeration.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGEnumeration.h b/third_party/WebKit/Source/core/svg/SVGEnumeration.h
|
| index 9174c8b4707759b2c9dafe082dd6fbe4a35f9ee0..ab7b58077ffb85cdb2a4f3a4d4465919d4854687 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGEnumeration.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGEnumeration.h
|
| @@ -73,7 +73,7 @@ class SVGEnumerationBase : public SVGPropertyBase {
|
| AnimatedPropertyType type() const override { return classType(); }
|
|
|
| static unsigned short valueOfLastEnum(const StringEntries& entries) {
|
| - return entries.last().first;
|
| + return entries.back().first;
|
| }
|
|
|
| // This is the maximum value that is exposed as an IDL constant on the
|
|
|