| Index: Source/core/svg/SVGPathStringBuilder.cpp
|
| diff --git a/Source/core/svg/SVGPathStringBuilder.cpp b/Source/core/svg/SVGPathStringBuilder.cpp
|
| index 246aaf383876a6e6f86c5119e70401f9b3e8fcc1..aad9deec5c0663e3718d7ca6f7d90b6a8f588cda 100644
|
| --- a/Source/core/svg/SVGPathStringBuilder.cpp
|
| +++ b/Source/core/svg/SVGPathStringBuilder.cpp
|
| @@ -133,7 +133,7 @@ void SVGPathStringBuilder::arcTo(float r1, float r2, float angle, bool largeArcF
|
|
|
| void SVGPathStringBuilder::closePath()
|
| {
|
| - m_stringBuilder.append("Z ");
|
| + m_stringBuilder.appendLiteral("Z ");
|
| }
|
|
|
| } // namespace blink
|
|
|