Chromium Code Reviews

Unified Diff: runtime/vm/service_isolate.cc

Issue 1403693002: - Implement package map parameter when spawning isolate. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address review comments. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « runtime/vm/isolate.cc ('k') | tests/isolate/package_map_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service_isolate.cc
diff --git a/runtime/vm/service_isolate.cc b/runtime/vm/service_isolate.cc
index 44488208029384822ad11d9b6eb0ceda633d32b5..cb92d3a8fa8aebd15f7c33ade78b86b847725810 100644
--- a/runtime/vm/service_isolate.cc
+++ b/runtime/vm/service_isolate.cc
@@ -313,6 +313,7 @@ class RunServiceTask : public ThreadPool::Task {
reinterpret_cast<Isolate*>(create_callback(ServiceIsolate::kName,
NULL,
NULL,
+ NULL,
&api_flags,
NULL,
&error));
« no previous file with comments | « runtime/vm/isolate.cc ('k') | tests/isolate/package_map_test.dart » ('j') | no next file with comments »

Powered by Google App Engine