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