Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2279)

Unified Diff: runtime/bin/vmservice_impl.cc

Issue 1553233002: Add package config support to dart:isolate (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Addressed review comments. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698