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 a5531319306ead64bc2d86f2a1cb12af6a673bd9..6eff092cb95b3520641966b80aad584201ae73d4 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGParsingError.h |
| +++ b/third_party/WebKit/Source/core/svg/SVGParsingError.h |
| @@ -41,6 +41,7 @@ enum class SVGParseStatus { |
| TrailingGarbage, |
| ExpectedBoolean, |
| ExpectedEnumeration, |
| + ExpectedNumber, |
| // Semantic errors |
| NegativeValue, |