| Index: runtime/vm/flow_graph_builder.h
|
| diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
|
| index d5ea92e503584aaf8f551896fcd2aae10e292fa6..00bed40dec3289bacdad1fb5b54de5a637b3fe86 100644
|
| --- a/runtime/vm/flow_graph_builder.h
|
| +++ b/runtime/vm/flow_graph_builder.h
|
| @@ -198,7 +198,7 @@ class EffectGraphVisitor : public AstNodeVisitor {
|
| temp_index_ -= n;
|
| }
|
|
|
| - BindInstr* BuildObjectAllocation(ConstructorCallNode* node);
|
| + Value* BuildObjectAllocation(ConstructorCallNode* node);
|
| void BuildConstructorCall(ConstructorCallNode* node, Value* alloc_value);
|
|
|
| void BuildStoreContext(const LocalVariable& variable);
|
|
|