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

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart

Issue 340023003: Various caches for incremental compilation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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: dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
diff --git a/dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart b/dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
index 85acd1277af2cddbd64b0e74d71a357e6d07009a..39282fa49b25e32961e702e39f0a6dabafd8e26a 100644
--- a/dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
@@ -5,7 +5,9 @@
library dart2js;
import 'dart:async';
-import 'dart:collection' show Queue;
+import 'dart:collection' show
+ HashSet,
+ Queue;
import 'dart:profiler' show
UserTag;

Powered by Google App Engine
This is Rietveld 408576698