Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGPathStringBuilder.cpp
index 246aaf3..aad9dee 100644 (file)
@@ -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