RESOLVED FIXED 7486
a first step in improving String/StringImpl API -- use "s" and "l" less
https://bugs.webkit.org/show_bug.cgi?id=7486
Summary a first step in improving String/StringImpl API -- use "s" and "l" less
Darin Adler
Reported 2006-02-26 18:37:02 PST
I have a patch that replaces many uses of StringImpl::s and StringImpl::l with StringImpl::unicode() and StringImpl::length().
Attachments
remove most uses of s and l, especially the two places that set them directly (22.86 KB, patch)
2006-02-26 18:37 PST, Darin Adler
mjs: review+
Darin Adler
Comment 1 2006-02-26 18:37:43 PST
Created attachment 6750 [details] remove most uses of s and l, especially the two places that set them directly
Maciej Stachowiak
Comment 2 2006-02-26 23:32:31 PST
r=me
Note You need to log in before you can comment on or make changes to this bug.