Index: runtime/bin/vmservice_dartium.cc |
diff --git a/runtime/bin/vmservice_dartium.cc b/runtime/bin/vmservice_dartium.cc |
index 0ff30a7b6f2ecdf8ac9a58800a1b4dbba7776f98..cd2c87fb7b1c9f8642e105c46b8e3cfca9ca114e 100644 |
--- a/runtime/bin/vmservice_dartium.cc |
+++ b/runtime/bin/vmservice_dartium.cc |
@@ -68,7 +68,7 @@ Dart_Isolate VmServiceServer::CreateIsolate(const uint8_t* snapshot_buffer) { |
// 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); |
CHECK_RESULT(result); |
ASSERT(Dart_IsServiceIsolate(isolate)); |