Index: runtime/bin/vmservice_impl.cc |
diff --git a/runtime/bin/vmservice_impl.cc b/runtime/bin/vmservice_impl.cc |
index 2715abc26f2cde2119c284ce166fecae98ed6054..0c0a63c047dcc72f602111720d0b07e9905fa0c3 100644 |
--- a/runtime/bin/vmservice_impl.cc |
+++ b/runtime/bin/vmservice_impl.cc |
@@ -183,7 +183,7 @@ bool VmService::Setup(const char* server_ip, |
// 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, NULL, true, false, builtin_lib); |
+ NULL, NULL, true, false, builtin_lib); |
SHUTDOWN_ON_ERROR(result); |
if (running_precompiled) { |