| Index: runtime/vm/flow_graph_compiler_x64.h
|
| diff --git a/runtime/vm/flow_graph_compiler_x64.h b/runtime/vm/flow_graph_compiler_x64.h
|
| index dd18b362a58f091ffbe828874ba9720707223658..a522e195153d3dbdf8cff085bb50952dc9659ef3 100644
|
| --- a/runtime/vm/flow_graph_compiler_x64.h
|
| +++ b/runtime/vm/flow_graph_compiler_x64.h
|
| @@ -38,6 +38,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:
|
| static const int kLocalsOffsetFromFP = (-1 * kWordSize);
|
|
|