Chromium Code Reviews| Index: runtime/vm/flow_graph_optimizer.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_optimizer.cc (revision 11330) |
| +++ runtime/vm/flow_graph_optimizer.cc (working copy) |
| @@ -922,7 +922,7 @@ |
| still_changing_ = true; |
| } |
| // Propagate class ids. |
| - intptr_t cid = bind->computation()->ResultCid(); |
| + const intptr_t cid = bind->computation()->ResultCid(); |
| changed = bind->SetPropagatedCid(cid); |
| if (changed) { |
| still_changing_ = true; |