Bug 29933 - Clean up use of const and mutable in StorageMap
Summary: Clean up use of const and mutable in StorageMap
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Jeremy Orlow
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-30 12:20 PDT by Jeremy Orlow
Modified: 2009-10-01 12:54 PDT (History)
2 users (show)

See Also:


Attachments
Patch v1 (3.30 KB, patch)
2009-09-30 12:24 PDT, Jeremy Orlow
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>