| Index: runtime/vm/flow_graph_compiler_arm.h
|
| diff --git a/runtime/vm/flow_graph_compiler_arm.h b/runtime/vm/flow_graph_compiler_arm.h
|
| index 2739e1266b2700ba8b5ec772c05a61dff0f94e30..7d2b804a15978d25dccc176b24802c97cb68ca8f 100644
|
| --- a/runtime/vm/flow_graph_compiler_arm.h
|
| +++ b/runtime/vm/flow_graph_compiler_arm.h
|
| @@ -24,8 +24,8 @@ class FlowGraphCompiler : public FlowGraphVisitor {
|
| public:
|
| FlowGraphCompiler(Assembler* assembler,
|
| const ParsedFunction& parsed_function,
|
| - const GrowableArray<BlockEntryInstr*>* blocks)
|
| - : parsed_function_(parsed_function) {
|
| + const GrowableArray<BlockEntryInstr*>& blocks)
|
| + : FlowGraphVisitor(blocks), parsed_function_(parsed_function) {
|
| }
|
|
|
| virtual ~FlowGraphCompiler() { }
|
|
|