[Webkit-unassigned] [Bug 30939] counterValueForElementById should return space-separated string for multiple counters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 30 10:32:44 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30939





--- Comment #3 from Shinichiro Hamaji <hamaji at chromium.org>  2009-10-30 10:32:45 PDT ---
> It's probably more efficient to append a space character instead of a
> single-character string, but efficiency is not critical here.

Yeah, I considered it a bit, but I just used the C string because I couldn't
find operator<<(char) in TextStream. I think it's not worth adding an overload
function.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list