[webkit-reviews] review denied: [Bug 4980] CSS2: Counters not supported : [Attachment 10857] Most newest...est

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Mon Oct 2 08:36:12 PDT 2006


Darin Adler <darin at apple.com> has denied Darin Adler <darin at apple.com>'s
request for review:
Bug 4980: CSS2: Counters not supported
http://bugs.webkit.org/show_bug.cgi?id=4980

Attachment 10857: Most newest...est
http://bugs.webkit.org/attachment.cgi?id=10857&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
+	 append(new StringImpl(str, length));

This is no good. It leaks a StringImpl!

Instead, append(str, length) should work fine.



More information about the webkit-reviews mailing list