Chromium Code Reviews| Index: runtime/vm/compiler.cc |
| =================================================================== |
| --- runtime/vm/compiler.cc (revision 5369) |
| +++ runtime/vm/compiler.cc (working copy) |
| @@ -127,6 +127,7 @@ |
| function.token_index()); |
| } |
| Parser::ParseFunction(&parsed_function); |
| + parsed_function.AllocateVariables(); |
| CodeIndexTable* code_index_table = isolate->code_index_table(); |
| ASSERT(code_index_table != NULL); |