Bug 8022

Summary: Give StringImpl a little privacy (it deserves it)
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: WebKit Misc.Assignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Just search replace. A tiny bit of style cleanup.
mjs: review+
Also replace s -> m_data and l -> m_length none

Eric Seidel (no email)
Reported 2006-03-27 22:09:50 PST
I was hacking down in String stuff tonight and it annoyed me that so many things were reaching down in StringImpls guts... so I fixed that.
Attachments
Just search replace. A tiny bit of style cleanup. (25.57 KB, patch)
2006-03-27 22:13 PST, Eric Seidel (no email)
mjs: review+
Also replace s -> m_data and l -> m_length (46.76 KB, patch)
2006-03-27 22:22 PST, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 2006-03-27 22:13:30 PST
Created attachment 7346 [details] Just search replace. A tiny bit of style cleanup.
Eric Seidel (no email)
Comment 2 2006-03-27 22:22:18 PST
Created attachment 7347 [details] Also replace s -> m_data and l -> m_length
Note You need to log in before you can comment on or make changes to this bug.