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 c66710afcbe299c03aa24ed38275905fec607c73..d88e0ff43b766337c17b6546fd2325da276a92b1 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGParsingError.h |
| +++ b/third_party/WebKit/Source/core/svg/SVGParsingError.h |
| @@ -39,10 +39,13 @@ enum class SVGParseStatus { |
| // Syntax errors |
| TrailingGarbage, |
| + ExpectedArcFlag, |
| ExpectedBoolean, |
| ExpectedEnumeration, |
| ExpectedLength, |
| + ExpectedMoveToCommand, |
| ExpectedNumber, |
| + ExpectedPathCommand, |
| // Semantic errors |
| NegativeValue, |