RESOLVED FIXED 8022
Give StringImpl a little privacy (it deserves it)
https://bugs.webkit.org/show_bug.cgi?id=8022
Summary Give StringImpl a little privacy (it deserves it)
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.