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

Unified Diff: runtime/bin/vmservice/loader.dart

Issue 2202593002: Fix shutdown loaders (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/loader.dart
diff --git a/runtime/bin/vmservice/loader.dart b/runtime/bin/vmservice/loader.dart
index bf5af113a0e248312e8766eafcb65c1661afa1d7..8af63b50e269099db170915a18cb154f5d2ec39e 100644
--- a/runtime/bin/vmservice/loader.dart
+++ b/runtime/bin/vmservice/loader.dart
@@ -891,7 +891,7 @@ void shutdownLoaders() {
isolateEmbedderData.values.toList().forEach((IsolateLoaderState ils) {
ils.cleanup();
assert(ils.sp != null);
- _sendResourceResponse(ils.sp, 1, null, null, message);
+ _sendResourceResponse(ils.sp, 1, null, null, null, message);
});
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698