Bug 29933

Summary: Clean up use of const and mutable in StorageMap
Product: WebKit Reporter: Jeremy Orlow <jorlow>
Component: New BugsAssignee: Jeremy Orlow <jorlow>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, fishd
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch v1 darin: review+

Description Jeremy Orlow 2009-09-30 12:20:20 PDT
What's the point of having every single member variable be mutable and nearly every method be const?  Let's clean it up.
Comment 1 Jeremy Orlow 2009-09-30 12:24:14 PDT
Created attachment 40390 [details]
Patch v1
Comment 2 Jeremy Orlow 2009-10-01 12:54:47 PDT
Committed r48992: <http://trac.webkit.org/changeset/48992>