Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/dart2js.dart |
| diff --git a/sdk/lib/_internal/compiler/implementation/dart2js.dart b/sdk/lib/_internal/compiler/implementation/dart2js.dart |
| index 62286a07529c38c2a4dd5c804a6ba73332ec3c3b..f0fee97414875882873b367bd9bdbfd5ea34985a 100644 |
| --- a/sdk/lib/_internal/compiler/implementation/dart2js.dart |
| +++ b/sdk/lib/_internal/compiler/implementation/dart2js.dart |
| @@ -5,6 +5,7 @@ |
| library dart2js; |
| import 'dart:async'; |
| +import 'dart:collection' show Queue, LinkedHashMap; |
|
Lasse Reichstein Nielsen
2013/01/21 08:55:49
Why the "show"? Is there a conflict?
floitsch
2013/01/21 10:40:10
I don't think so, but I didn't want to take the ri
|
| import 'dart:io'; |
| import 'dart:uri'; |
| import 'dart:utf'; |