Index: runtime/vm/dart_entry.cc |
=================================================================== |
--- runtime/vm/dart_entry.cc (revision 19556) |
+++ runtime/vm/dart_entry.cc (working copy) |
@@ -61,8 +61,7 @@ |
static_cast<int32_t>(code.EntryPoint()), |
reinterpret_cast<int32_t>(&arguments_descriptor), |
reinterpret_cast<int32_t>(&arguments), |
- reinterpret_cast<int32_t>(&context), |
- 0)); |
+ reinterpret_cast<int32_t>(&context))); |
#else |
return entrypoint(code.EntryPoint(), |
arguments_descriptor, |