Bug 7486

Summary: a first step in improving String/StringImpl API -- use "s" and "l" less
Product: WebKit Reporter: Darin Adler <darin>
Component: WebKit Misc.Assignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Minor    
Priority: P3    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
remove most uses of s and l, especially the two places that set them directly mjs: review+

Description Darin Adler 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().
Comment 1 Darin Adler 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
Comment 2 Maciej Stachowiak 2006-02-26 23:32:31 PST
r=me