| 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 4aa36e9a94db8aca4818e463e72acb8fb28c2cd9..1b30ff9e0fff8351abc0db86d3ef756a85087b05 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGParsingError.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGParsingError.h
|
| @@ -48,6 +48,8 @@ enum class SVGParseStatus {
|
| ExpectedMoveToCommand,
|
| ExpectedNumber,
|
| ExpectedPathCommand,
|
| + ExpectedStartOfArguments,
|
| + ExpectedTransformFunction,
|
|
|
| // Semantic errors
|
| NegativeValue,
|
|
|