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

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

Issue 15096006: Handle constants that mix eager and deferred types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 7 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/js_backend/js_backend.dart
diff --git a/dart/sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart b/dart/sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart
index 81e68be9b2d801ae5a76a47c5b633f5c9bb61a33..fae1efcdb147f4ff9d47f16549aaab3a99746570 100644
--- a/dart/sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart
@@ -4,7 +4,7 @@
library js_backend;
-import 'dart:collection' show LinkedHashMap;
+import 'dart:collection' show LinkedHashMap, Queue;
import '../closure.dart';
import '../../compiler.dart' as api;

Powered by Google App Engine
This is Rietveld 408576698