| Index: runtime/vm/flow_graph_builder.h
|
| diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
|
| index d448a56a32cc7cbe3b77558674ab251e2f37f0d2..e276a09965510f4e23ef8ec192820894ebcc91cb 100644
|
| --- a/runtime/vm/flow_graph_builder.h
|
| +++ b/runtime/vm/flow_graph_builder.h
|
| @@ -418,7 +418,8 @@ class EffectGraphVisitor : public AstNodeVisitor {
|
|
|
| void BuildStaticSetter(StaticSetterNode* node, bool result_is_needed);
|
| Definition* BuildStoreStaticField(StoreStaticFieldNode* node,
|
| - bool result_is_needed);
|
| + bool result_is_needed,
|
| + intptr_t token_pos);
|
|
|
| void BuildClosureCall(ClosureCallNode* node, bool result_needed);
|
|
|
|
|