| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 158bbb05ffb1029c1c387901af89a9d6800ddbfe..5420f09f43681b1fc1d77397208af0faa65eb114 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.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';
|
|
|