RESOLVED FIXED 16550
make WebCore::StringImpl objects immutable
https://bugs.webkit.org/show_bug.cgi?id=16550
Summary make WebCore::StringImpl objects immutable
Darin Adler
Reported 2007-12-20 23:22:06 PST
The rules about when StringImpl objects can be modified are confusing. For the most part they are treated as immutable. Our idea is to now make them all immutable.
Attachments
patch (30.21 KB, patch)
2007-12-21 14:58 PST, Darin Adler
mjs: review+
Darin Adler
Comment 1 2007-12-21 14:58:59 PST
Mark Rowe (bdash)
Comment 2 2007-12-22 02:31:45 PST
I suspect this may fix the issue mentioned in bug 11555.
Maciej Stachowiak
Comment 3 2007-12-23 07:18:24 PST
Comment on attachment 18041 [details] patch r=me
Darin Adler
Comment 4 2007-12-24 17:06:51 PST
Committed revision 28976.
Note You need to log in before you can comment on or make changes to this bug.