| Index: runtime/vm/flow_graph_compiler.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler.h (revision 45086)
|
| +++ runtime/vm/flow_graph_compiler.h (working copy)
|
| @@ -471,7 +471,7 @@
|
|
|
| void FinalizeExceptionHandlers(const Code& code);
|
| void FinalizePcDescriptors(const Code& code);
|
| - void FinalizeDeoptInfo(const Code& code);
|
| + RawArray* CreateDeoptInfo(Assembler* assembler);
|
| void FinalizeStackmaps(const Code& code);
|
| void FinalizeVarDescriptors(const Code& code);
|
| void FinalizeStaticCallTargetsTable(const Code& code);
|
|
|