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

Unified Diff: site/try/poi/poi.dart

Issue 1268393004: More fixes to try. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | tests/try/poi/library_updater_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/try/poi/poi.dart
diff --git a/site/try/poi/poi.dart b/site/try/poi/poi.dart
index 5140b448fcf86e1a8b82b12c74f9b3475a450f1f..dbb84cfa7aaf1e89b8aa94fcdbefc1d7a8db281c 100644
--- a/site/try/poi/poi.dart
+++ b/site/try/poi/poi.dart
@@ -29,7 +29,6 @@ import 'package:compiler/compiler.dart' as api;
import 'package:compiler/src/dart2jslib.dart' show
Compiler,
CompilerTask,
- QueueFilter,
WorkItem;
import 'package:compiler/src/elements/visitor.dart' show
@@ -51,7 +50,8 @@ import 'package:compiler/src/elements/modelx.dart' show
DeclarationSite;
import 'package:compiler/src/enqueue.dart' show
- Enqueuer;
+ Enqueuer,
+ QueueFilter;
import 'package:compiler/src/dart_types.dart' show
DartType;
« no previous file with comments | « no previous file | tests/try/poi/library_updater_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698