| Index: runtime/vm/flow_graph_compiler.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler.h (revision 44266)
|
| +++ runtime/vm/flow_graph_compiler.h (working copy)
|
| @@ -521,6 +521,7 @@
|
| }
|
|
|
| Isolate* isolate() const { return isolate_; }
|
| + Zone* zone() const { return zone_; }
|
|
|
| void AddStubCallTarget(const Code& code);
|
|
|
| @@ -653,6 +654,7 @@
|
| #endif
|
|
|
| Isolate* isolate_;
|
| + Zone* zone_;
|
| Assembler* assembler_;
|
| const ParsedFunction& parsed_function_;
|
| const FlowGraph& flow_graph_;
|
|
|