Make some static data const
Created attachment 252285 [details] Patch
Comment on attachment 252285 [details] Patch Nice!
Comment on attachment 252285 [details] Patch Clearing flags on attachment: 252285 Committed r183734: <http://trac.webkit.org/changeset/183734>
All reviewed patches have been landed. Closing bug.
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.