| Index: runtime/vm/unit_test.cc
|
| ===================================================================
|
| --- runtime/vm/unit_test.cc (revision 36443)
|
| +++ runtime/vm/unit_test.cc (working copy)
|
| @@ -241,7 +241,8 @@
|
| Isolate* isolate = Isolate::Current();
|
| ASSERT(isolate != NULL);
|
| ASSERT(ClassFinalizer::AllClassesFinalized());
|
| - const Error& error = Error::Handle(Compiler::CompileFunction(function));
|
| + const Error& error = Error::Handle(Compiler::CompileFunction(isolate,
|
| + function));
|
| return error.IsNull();
|
| }
|
|
|
|
|