| Index: runtime/vm/code_generator_ia32.h
|
| diff --git a/runtime/vm/code_generator_ia32.h b/runtime/vm/code_generator_ia32.h
|
| index fcff055636833f03107ee4f58333ce20e78ddafa..e3cae544e6b022905e06ed9c770fa76dbe59ba3c 100644
|
| --- a/runtime/vm/code_generator_ia32.h
|
| +++ b/runtime/vm/code_generator_ia32.h
|
| @@ -100,6 +100,8 @@ NODE_LIST(DEFINE_VISITOR_FUNCTION)
|
| // Add local variable descriptors to code.
|
| void FinalizeVarDescriptors(const Code& code);
|
|
|
| + void FinalizeComments(const Code& code);
|
| +
|
| // Allocate and return an arguments descriptor.
|
| // Let 'num_names' be the length of 'optional_arguments_names'.
|
| // Treat the first 'num_arguments - num_names' arguments as positional and
|
|
|