Bug 8022 - Give StringImpl a little privacy (it deserves it)
Summary: Give StringImpl a little privacy (it deserves it)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-27 22:09 PST by Eric Seidel (no email)
Modified: 2006-03-28 10:42 PST (History)
0 users

See Also:


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+
Details | Formatted Diff | Diff
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 Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 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.
Comment 1 Eric Seidel (no email) 2006-03-27 22:13:30 PST
Created attachment 7346 [details]
Just search replace.  A tiny bit of style cleanup.
Comment 2 Eric Seidel (no email) 2006-03-27 22:22:18 PST
Created attachment 7347 [details]
Also replace s -> m_data and l -> m_length