| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index faeb9b56d90280077f15da22e675776b4354fba1..35cebc62bbd24d335f0a7729a9dd0c58d71b8d10 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -388,6 +388,7 @@ class FlowGraphCompiler : public ValueObject {
|
| void GenerateInstanceOf(TokenPosition token_pos,
|
| intptr_t deopt_id,
|
| const AbstractType& type,
|
| + bool negate_result,
|
| LocationSummary* locs);
|
|
|
| void GenerateInstanceCall(intptr_t deopt_id,
|
|
|