RESOLVED FIXED 108894
Make StringBuilder::toAtomicString() consistent with StringBuilder::toString() for strings of null length
https://bugs.webkit.org/show_bug.cgi?id=108894
Summary Make StringBuilder::toAtomicString() consistent with StringBuilder::toString(...
Benjamin Poulain
Reported 2013-02-04 20:24:04 PST
Make StringBuilder::toAtomicString() consistent with StringBuilder::toString() for strings of null length
Attachments
Patch (4.88 KB, patch)
2013-02-04 20:26 PST, Benjamin Poulain
kling: review+
Benjamin Poulain
Comment 1 2013-02-04 20:26:41 PST
Andreas Kling
Comment 2 2013-02-05 04:22:18 PST
Comment on attachment 186532 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=186532&action=review > Source/WTF/ChangeLog:3 > + Make StringBuilder::toAtomicString() consistent with StringBuilder::toString() for strings of null length null length -> zero length
Benjamin Poulain
Comment 3 2013-02-05 12:51:07 PST
Note You need to log in before you can comment on or make changes to this bug.