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

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

Issue 2937503003: Reapply "[fuchsia] Prepare for setting the Dart target architecture appropriately in the host binar… (Closed)
Patch Set: Created 3 years, 6 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/loader.dart
diff --git a/runtime/bin/vmservice/loader.dart b/runtime/bin/vmservice/loader.dart
index b34e54c3309371b2e42b8bb6c93bc5fc526bb306..bec70ea882ef13b2ecd67f8e640c758a7eddc4ff 100644
--- a/runtime/bin/vmservice/loader.dart
+++ b/runtime/bin/vmservice/loader.dart
@@ -266,7 +266,6 @@ class IsolateLoaderState extends IsolateEmbedderData {
RawReceivePort _packagesPort;
void _requestPackagesMap([Uri packageConfig]) {
- assert(_rootScript != null);
if (_packagesPort != null) {
// Already scheduled.
return;
« runtime/bin/BUILD.gn ('K') | « runtime/bin/BUILD.gn ('k') | runtime/observatory/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698