| 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 d6cc0ea3c46178d1998d0addb837a67355cb4863..3ff380bb4dcf5fb690b262933801c0d10810bf7f 100644
|
| --- a/runtime/vm/flow_graph_compiler_ia32.h
|
| +++ b/runtime/vm/flow_graph_compiler_ia32.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.
|
|
|