[webkit-reviews] review requested: [Bug 60700] Replace direct StringConcatenate usage, by using operator+ (again) : [Attachment 93552] Patch v3

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


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

Attachment 93552: Patch v3
https://bugs.webkit.org/attachment.cgi?id=93552&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