| Index: runtime/vm/flow_graph.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph.h (revision 39909)
|
| +++ runtime/vm/flow_graph.h (working copy)
|
| @@ -91,7 +91,7 @@
|
| }
|
|
|
| // Function properties.
|
| - const ParsedFunction& parsed_function() const {
|
| + ParsedFunction& parsed_function() const {
|
| return parsed_function_;
|
| }
|
| intptr_t parameter_count() const {
|
| @@ -317,7 +317,7 @@
|
|
|
| // Flow graph fields.
|
| const FlowGraphBuilder& builder_;
|
| - const ParsedFunction& parsed_function_;
|
| + ParsedFunction& parsed_function_;
|
| const intptr_t num_copied_params_;
|
| const intptr_t num_non_copied_params_;
|
| const intptr_t num_stack_locals_;
|
|
|