RESOLVED FIXED 144552
Make some static data const
https://bugs.webkit.org/show_bug.cgi?id=144552
Summary Make some static data const
Simon Fraser (smfr)
Reported 2015-05-03 14:13:44 PDT
Make some static data const
Attachments
Patch (4.25 KB, patch)
2015-05-03 14:15 PDT, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2015-05-03 14:15:12 PDT
Andreas Kling
Comment 2 2015-05-03 16:10:58 PDT
Comment on attachment 252285 [details] Patch Nice!
WebKit Commit Bot
Comment 3 2015-05-03 17:00:03 PDT
Comment on attachment 252285 [details] Patch Clearing flags on attachment: 252285 Committed r183734: <http://trac.webkit.org/changeset/183734>
WebKit Commit Bot
Comment 4 2015-05-03 17:00:07 PDT
All reviewed patches have been landed. Closing bug.
Simon Fraser (smfr)
Comment 5 2015-05-03 18:37:10 PDT
There are some big chunks of data in ANGLE that should be const too, but that would require upstreaming changes. JSC has some too, in generated code, fixing which requires some more const propagation.
Note You need to log in before you can comment on or make changes to this bug.