| commit | ed7599b9042169f11b00f1126bfd3aff0f56b35f | [log] [tgz] |
|---|---|---|
| author | Tom Sepez <tsepez@chromium.org> | Mon Aug 17 11:58:34 2015 -0700 |
| committer | Tom Sepez <tsepez@chromium.org> | Mon Aug 17 11:58:34 2015 -0700 |
| tree | 0e5bafee56227bec79f759314bca5c045577143c | |
| parent | fdc8f439e854a2636e7d22d7104bf08cf5620b0b [diff] |
js_global_data and global_alternate violate naming rules. They look too much like locals; use JSGlobalData and JSGlobalAlternate instead. Kill some commented out code. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1289903004 .