Chromium Code Reviews| Index: third_party/WebKit/Source/core/svg/SVGParsingError.h |
| diff --git a/third_party/WebKit/Source/core/svg/SVGParsingError.h b/third_party/WebKit/Source/core/svg/SVGParsingError.h |
| index 5a2a9e439d6070a0ae587750da29c329ad53fb70..9840526698751e576e362c1e7ac0cb569d397606 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGParsingError.h |
| +++ b/third_party/WebKit/Source/core/svg/SVGParsingError.h |
| @@ -42,6 +42,7 @@ enum class SVGParseStatus { |
| ExpectedArcFlag, |
| ExpectedBoolean, |
| ExpectedEnumeration, |
| + ExpectedInteger, |
| ExpectedLength, |
| ExpectedMoveToCommand, |
| ExpectedNumber, |