| Index: runtime/vm/unit_test.cc
|
| ===================================================================
|
| --- runtime/vm/unit_test.cc (revision 36738)
|
| +++ runtime/vm/unit_test.cc (working copy)
|
| @@ -198,7 +198,8 @@
|
|
|
|
|
| void CodeGenTest::Compile() {
|
| - ParsedFunction* parsed_function = new ParsedFunction(function_);
|
| + ParsedFunction* parsed_function =
|
| + new ParsedFunction(Isolate::Current(), function_);
|
| parsed_function->SetNodeSequence(node_sequence_);
|
| parsed_function->set_instantiator(NULL);
|
| parsed_function->set_default_parameter_values(default_parameter_values_);
|
|
|