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 1b30ff9e0fff8351abc0db86d3ef756a85087b05..29effb3038579122bf581be76b8575339d6cbe21 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGParsingError.h |
+++ b/third_party/WebKit/Source/core/svg/SVGParsingError.h |
@@ -47,6 +47,7 @@ enum class SVGParseStatus { |
ExpectedLength, |
ExpectedMoveToCommand, |
ExpectedNumber, |
+ ExpectedNumberOrPercentage, |
ExpectedPathCommand, |
ExpectedStartOfArguments, |
ExpectedTransformFunction, |