| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index cc758e0d4938ab723f75ae46c9338ec32a6a8b79..d2e1e9d92f52ec957d6f5c72d5526fdc2653f78f 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -2,6 +2,7 @@ library html;
|
|
|
| import 'dart:async';
|
| import 'dart:collection';
|
| +import 'dart:collection-dev';
|
| import 'dart:html_common';
|
| import 'dart:indexed_db';
|
| import 'dart:isolate';
|
|
|