Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler.h |
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h |
| index d6c74cbcb80d2fe7313dce0dedc7209cbd216f0b..31a627a7d3e1d962e77399b8abf946b09eeb64aa 100644 |
| --- a/runtime/vm/flow_graph_compiler.h |
| +++ b/runtime/vm/flow_graph_compiler.h |
| @@ -536,7 +536,7 @@ class FlowGraphCompiler : public ValueObject { |
| uint16_t ToEmbeddableCid(intptr_t cid, Instruction* instruction); |
| #endif // defined(TARGET_ARCH_DBC) |
| - void AddDeoptIndexAtCall(intptr_t deopt_id, TokenPosition token_pos); |
|
Florian Schneider
2016/09/23 19:53:34
token_pos was unused here.
|
| + void AddDeoptIndexAtCall(intptr_t deopt_id); |
| void AddSlowPathCode(SlowPathCode* slow_path); |