UNCONFIRMED 67083
Let StringBuilder::resize() allow growing
https://bugs.webkit.org/show_bug.cgi?id=67083
Summary Let StringBuilder::resize() allow growing
Xianzhu Wang
Reported 2011-08-26 21:02:42 PDT
For now StringBuilder::resize() only allow shrinking (or do nothing if the new size is the same as the current length). To match Vector<UChar>'s resize() we need to remove the constraint. We could also add shrink() and grow() methods for more specific usages.
Attachments
Note You need to log in before you can comment on or make changes to this bug.