[webkit-reviews] review granted: [Bug 32496] Switch remaining cases of string construction to use StringBuilder. : [Attachment 44765] The patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 13 14:44:34 PST 2009


Sam Weinig <sam at webkit.org> has granted Gavin Barraclough
<barraclough at apple.com>'s request for review:
Bug 32496: Switch remaining cases of string construction to use StringBuilder.
https://bugs.webkit.org/show_bug.cgi?id=32496

Attachment 44765: The patch
https://bugs.webkit.org/attachment.cgi?id=44765&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
> Index: JavaScriptCore/runtime/StringBuilder.h
> ===================================================================
> --- JavaScriptCore/runtime/StringBuilder.h	(revision 0)
> +++ JavaScriptCore/runtime/StringBuilder.h	(revision 0)
> @@ -0,0 +1,64 @@
> +/*

...

> +    }
> +};
> +
> +};

This ; is not necessary.


More information about the webkit-reviews mailing list