Index: runtime/bin/vmservice_dartium.cc |
diff --git a/runtime/bin/vmservice_dartium.cc b/runtime/bin/vmservice_dartium.cc |
index 25af32891c2fdc5d486703f9dc74962b52fae7eb..195a6cee6959e60a00d661d406ab92e7fcf64161 100644 |
--- a/runtime/bin/vmservice_dartium.cc |
+++ b/runtime/bin/vmservice_dartium.cc |
@@ -64,7 +64,8 @@ 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, true, false, builtin_lib); |
+ result = DartUtils::PrepareForScriptLoading( |
+ NULL, NULL, true, false, builtin_lib); |
CHECK_RESULT(result); |
ASSERT(Dart_IsServiceIsolate(isolate)); |