| Index: Source/core/svg/SVGPathParser.cpp
|
| diff --git a/Source/core/svg/SVGPathParser.cpp b/Source/core/svg/SVGPathParser.cpp
|
| index 57ba8a5164b2010d4690f425db17bd605ed147a6..c72efd574e1b033c4486ffac467a681342d82370 100644
|
| --- a/Source/core/svg/SVGPathParser.cpp
|
| +++ b/Source/core/svg/SVGPathParser.cpp
|
| @@ -295,7 +295,7 @@ bool SVGPathParser::parsePathDataFromSource(PathParsingMode pathParsingMode, boo
|
|
|
| // Skip any leading spaces.
|
| if (!m_source->moveToNextToken())
|
| - return false;
|
| + return true;
|
|
|
| SVGPathSegType command;
|
| m_source->parseSVGSegmentType(command);
|
|
|