| Index: runtime/vm/flow_graph_compiler_ia32.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_ia32.h (revision 11467)
|
| +++ runtime/vm/flow_graph_compiler_ia32.h (working copy)
|
| @@ -185,9 +185,7 @@
|
|
|
| void RecordSafepoint(LocationSummary* locs);
|
|
|
| - Label* AddDeoptStub(intptr_t deopt_id,
|
| - intptr_t try_index_,
|
| - DeoptReasonId reason);
|
| + Label* AddDeoptStub(intptr_t deopt_id, DeoptReasonId reason);
|
|
|
| void AddDeoptIndexAtCall(intptr_t deopt_id, intptr_t token_pos);
|
|
|
|
|