| Index: third_party/WebKit/Source/core/svg/SVGPath.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPath.cpp b/third_party/WebKit/Source/core/svg/SVGPath.cpp
|
| index fb9eebe68dc67de4519482b7fa5039c51d2e854a..51637639503b0e4fe970a932d70c2ce193714785 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPath.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPath.cpp
|
| @@ -30,7 +30,6 @@
|
| #include "core/svg/SVGPathByteStream.h"
|
| #include "core/svg/SVGPathByteStreamBuilder.h"
|
| #include "core/svg/SVGPathByteStreamSource.h"
|
| -#include "core/svg/SVGPathParser.h"
|
| #include "core/svg/SVGPathUtilities.h"
|
| #include "platform/graphics/Path.h"
|
|
|
| @@ -122,7 +121,7 @@ const SVGPathByteStream& SVGPath::byteStream() const
|
|
|
| String SVGPath::valueAsString() const
|
| {
|
| - return buildStringFromByteStream(byteStream(), UnalteredParsing);
|
| + return buildStringFromByteStream(byteStream());
|
| }
|
|
|
| void SVGPath::setValueAsString(const String& string, ExceptionState& exceptionState)
|
|
|