Index: runtime/vm/dart_entry.cc |
=================================================================== |
--- runtime/vm/dart_entry.cc (revision 25704) |
+++ runtime/vm/dart_entry.cc (working copy) |
@@ -32,7 +32,7 @@ |
const Array& arguments, |
const Array& arguments_descriptor) { |
const Context& context = |
- Context::ZoneHandle(Isolate::Current()->object_store()->empty_context()); |
+ Context::Handle(Isolate::Current()->object_store()->empty_context()); |
ASSERT(context.isolate() == Isolate::Current()); |
return InvokeFunction(function, arguments, arguments_descriptor, context); |
} |