Bug 130813 - Remove unneeded mutable keyword in some member variables
Summary: Remove unneeded mutable keyword in some member variables
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-26 18:57 PDT by Gyuyoung Kim
Modified: 2014-03-27 00:18 PDT (History)
8 users (show)

See Also:


Attachments
WIP (1.98 KB, patch)
2014-03-26 18:59 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff
Patch (1.94 KB, patch)
2014-03-26 22:44 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2014-03-26 18:57:32 PDT
Some member variables have mutable keyword though they don't used by const function.
Comment 1 Gyuyoung Kim 2014-03-26 18:59:44 PDT
Created attachment 227910 [details]
WIP
Comment 2 Gyuyoung Kim 2014-03-26 22:44:25 PDT
Created attachment 227926 [details]
Patch
Comment 3 Zoltan Horvath 2014-03-26 23:35:35 PDT
Looks good, but I'm not a reviewer yet.
Comment 4 Andreas Kling 2014-03-26 23:47:06 PDT
Comment on attachment 227926 [details]
Patch

r=me
Comment 5 WebKit Commit Bot 2014-03-27 00:17:55 PDT
Comment on attachment 227926 [details]
Patch

Clearing flags on attachment: 227926

Committed r166350: <http://trac.webkit.org/changeset/166350>
Comment 6 WebKit Commit Bot 2014-03-27 00:18:01 PDT
All reviewed patches have been landed.  Closing bug.