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

Unified Diff: dart/site/try/src/compiler_isolate.dart

Issue 593633002: Add missing import. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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: dart/site/try/src/compiler_isolate.dart
diff --git a/dart/site/try/src/compiler_isolate.dart b/dart/site/try/src/compiler_isolate.dart
index 6952c83c9a86c600bbfe27554d550c36890eca38..8d5ff43b9352fc2719f50468db2866ffcd396f22 100644
--- a/dart/site/try/src/compiler_isolate.dart
+++ b/dart/site/try/src/compiler_isolate.dart
@@ -16,6 +16,9 @@ import 'package:compiler/compiler.dart' as compiler;
import 'package:dart2js_incremental/dart2js_incremental.dart' show
reuseCompiler;
+import 'package:compiler/implementation/dart2jslib.dart' show
+ Compiler;
+
const bool THROW_ON_ERROR = false;
final cachedSources = new Map<Uri, Future<String>>();
« 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