| Index: runtime/vm/flow_graph_compiler.h | 
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h | 
| index 47e45af22f53cb2c75fa83d2e03008943cd6d9f6..2bd474e4af6431937b73741269b8382d249dc721 100644 | 
| --- a/runtime/vm/flow_graph_compiler.h | 
| +++ b/runtime/vm/flow_graph_compiler.h | 
| @@ -417,6 +417,12 @@ class FlowGraphCompiler : public ValueObject { | 
| intptr_t token_pos, | 
| LocationSummary* locs); | 
|  | 
| +  void EmitSwitchableInstanceCall(const ICData& ic_data, | 
| +                                  intptr_t argument_count, | 
| +                                  intptr_t deopt_id, | 
| +                                  intptr_t token_pos, | 
| +                                  LocationSummary* locs); | 
| + | 
| void EmitTestAndCall(const ICData& ic_data, | 
| intptr_t arg_count, | 
| const Array& arg_names, | 
|  |