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

Unified Diff: lib/isolate/isolate_frog.dart

Issue 9478027: spawnUri: fixing test with recent support for multi-script tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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: lib/isolate/isolate_frog.dart
diff --git a/lib/isolate/isolate_frog.dart b/lib/isolate/isolate_frog.dart
index 52a6686f14fcb509b1698a968f628860a4e62553..917a7f68532a9cd116ba1d0457f3c811dcad0c66 100644
--- a/lib/isolate/isolate_frog.dart
+++ b/lib/isolate/isolate_frog.dart
@@ -6,6 +6,7 @@
// Dart isolate's API and implementation for frog.
#library("dart:isolate");
+#import("../uri/uri.dart");
#source("isolate_api.dart");
#source("frog/compiler_hooks.dart");
#source("frog/isolateimpl.dart");

Powered by Google App Engine
This is Rietveld 408576698