[webkit-reviews] review canceled: [Bug 60700] Replace direct StringConcatenate usage, by using operator+ (again) : [Attachment 93411] Patch v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 14 03:54:22 PDT 2011


Nikolas Zimmermann <zimmermann at kde.org> has canceled Nikolas Zimmermann
<zimmermann at kde.org>'s request for review:
Bug 60700: Replace direct StringConcatenate usage, by using operator+ (again)
https://bugs.webkit.org/show_bug.cgi?id=60700

Attachment 93411: Patch v2
https://bugs.webkit.org/attachment.cgi?id=93411&action=review

------- Additional Comments from Nikolas Zimmermann <zimmermann at kde.org>
Fix typo in patch v2, leading to cr-linux tests problem:
 +    case SVG_TRANSFORM_SCALE: {
-	 DEFINE_STATIC_LOCAL(String, scaleString, ("matrix("));
+	 DEFINE_STATIC_LOCAL(String, scaleString, ("scale("));


More information about the webkit-reviews mailing list