| Index: runtime/vm/flow_graph_compiler_ia32.h
|
| diff --git a/runtime/vm/flow_graph_compiler_ia32.h b/runtime/vm/flow_graph_compiler_ia32.h
|
| index de0d19fccd0240d3ad9a814bf726732cb4204c83..fbc66437ab28464644a4d6ce3886f431873692d6 100644
|
| --- a/runtime/vm/flow_graph_compiler_ia32.h
|
| +++ b/runtime/vm/flow_graph_compiler_ia32.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() { }
|
|
|