| 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 edad10349a5d24efc3c19a6af8cd98987f005b86..24e7276d6e75ae3e8d1455606d74790dae7d7441 100644
|
| --- a/runtime/vm/flow_graph_compiler_arm.h
|
| +++ b/runtime/vm/flow_graph_compiler_arm.h
|
| @@ -40,6 +40,7 @@ class FlowGraphCompiler : public FlowGraphVisitor {
|
| void FinalizeStackmaps(const Code& code);
|
| void FinalizeVarDescriptors(const Code& code);
|
| void FinalizeExceptionHandlers(const Code& code);
|
| + void FinalizeComments(const Code& code);
|
|
|
| private:
|
| // Bail out of the flow graph compiler. Does not return to the caller.
|
|
|