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 9840526698751e576e362c1e7ac0cb569d397606..4aa36e9a94db8aca4818e463e72acb8fb28c2cd9 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, |
| ExpectedArcFlag, |
| ExpectedBoolean, |
| + ExpectedEndOfArguments, |
| ExpectedEnumeration, |
| ExpectedInteger, |
| ExpectedLength, |