| Index: runtime/vm/compiler.cc
|
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
|
| index a2feb507767f97f64e3501f22d30bc61ca56193d..42c568a3db2e8b0fc8a2c417834d27145dbf610e 100644
|
| --- a/runtime/vm/compiler.cc
|
| +++ b/runtime/vm/compiler.cc
|
| @@ -127,6 +127,7 @@ static RawError* CompileFunctionHelper(const Function& function,
|
| function.token_index());
|
| }
|
| Parser::ParseFunction(&parsed_function);
|
| + parsed_function.AllocateVariables();
|
|
|
| CodeIndexTable* code_index_table = isolate->code_index_table();
|
| ASSERT(code_index_table != NULL);
|
|
|