[webkit-reviews] review granted: [Bug 30939] counterValueForElementById should return space-separated string for multiple counters : [Attachment 42165] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 30 10:14:42 PDT 2009


Darin Adler <darin at apple.com> has granted Shinichiro Hamaji
<hamaji at chromium.org>'s request for review:
Bug 30939: counterValueForElementById should return space-separated string for
multiple counters
https://bugs.webkit.org/show_bug.cgi?id=30939

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

------- Additional Comments from Darin Adler <darin at apple.com>
> +		   stream << " ";

It's probably more efficient to append a space character instead of a
single-character string, but efficiency is not critical here.

r=me


More information about the webkit-reviews mailing list