Chromium Code Reviews| Index: runtime/vm/compiler.cc |
| =================================================================== |
| --- runtime/vm/compiler.cc (revision 18992) |
| +++ runtime/vm/compiler.cc (working copy) |
| @@ -638,7 +638,7 @@ |
| CompileParsedFunctionHelper(*parsed_function, false); |
| const Object& result = Object::Handle( |
| - DartEntry::InvokeStatic(func, Object::empty_array())); |
| + DartEntry::InvokeFunction(func, Object::empty_array())); |
| isolate->set_long_jump_base(base); |
| return result.raw(); |
| } else { |