Bug 108894 - Make StringBuilder::toAtomicString() consistent with StringBuilder::toString() for strings of null length
Summary: Make StringBuilder::toAtomicString() consistent with StringBuilder::toString(...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-04 20:24 PST by Benjamin Poulain
Modified: 2013-02-05 12:51 PST (History)
2 users (show)

See Also:


Attachments
Patch (4.88 KB, patch)
2013-02-04 20:26 PST, Benjamin Poulain
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2013-02-04 20:24:04 PST
Make StringBuilder::toAtomicString() consistent with StringBuilder::toString() for strings of null length
Comment 1 Benjamin Poulain 2013-02-04 20:26:41 PST
Created attachment 186532 [details]
Patch
Comment 2 Andreas Kling 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
Comment 3 Benjamin Poulain 2013-02-05 12:51:07 PST
Committed r141917: <http://trac.webkit.org/changeset/141917>