Index: runtime/bin/vmservice_impl.cc |
diff --git a/runtime/bin/vmservice_impl.cc b/runtime/bin/vmservice_impl.cc |
index 553093f47fb89ef33c510a532c31c57f2d8897d1..6ffe61ee1cb70c35a1a304512b98f9e4c2604156 100644 |
--- a/runtime/bin/vmservice_impl.cc |
+++ b/runtime/bin/vmservice_impl.cc |
@@ -174,7 +174,7 @@ bool VmService::Setup(const char* server_ip, intptr_t server_port) { |
// Prepare for script loading by setting up the 'print' and 'timer' |
// closures and setting up 'package root' for URI resolution. |
result = DartUtils::PrepareForScriptLoading( |
- NULL, NULL, true, false, builtin_lib); |
+ NULL, NULL, NULL, true, false, builtin_lib); |
SHUTDOWN_ON_ERROR(result); |
// Load main script. |