Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler.cc (revision 31966) |
| +++ runtime/vm/flow_graph_compiler.cc (working copy) |
| @@ -238,7 +238,7 @@ |
| // control the placement. |
| AddCurrentDescriptor(PcDescriptors::kDeopt, |
| instr->deopt_id(), |
| - Scanner::kDummyTokenIndex); |
| + Scanner::kNoSourcePos); |
| } |
| AllocateRegistersLocally(instr); |
| } else if (instr->MayThrow() && |