| Index: sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate b/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
|
| index cfd1e673b651f38a5aca98305ad624dc31d6d6cf..a1fab973708bcb586dfcf18718688649ceec338a 100644
|
| --- a/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
|
| @@ -9,11 +9,15 @@ library html;
|
|
|
| import 'dart:isolate';
|
| import 'dart:json';
|
| +import 'dart:svg' as svg;
|
|
|
| $!GENERATED_DART_FILES
|
|
|
| part '$AUXILIARY_DIR/CrossFrameTypes.dart';
|
| +part '$AUXILIARY_DIR/CssClassSet.dart';
|
| +part '$AUXILIARY_DIR/Device.dart';
|
| part '$AUXILIARY_DIR/EventListener.dart';
|
| +part '$AUXILIARY_DIR/FilteredElementList.dart';
|
| part '$AUXILIARY_DIR/KeyCode.dart';
|
| part '$AUXILIARY_DIR/KeyLocation.dart';
|
| part '$AUXILIARY_DIR/KeyName.dart';
|
| @@ -33,7 +37,6 @@ part '$AUXILIARY_DIR/dart2js_LocationWrapper.dart';
|
| part '$AUXILIARY_DIR/dart2js_MutationObserverSupported.dart';
|
| part '$AUXILIARY_DIR/dart2js_TypedArrayFactoryProvider.dart';
|
| part '$AUXILIARY_DIR/_Testing.dart';
|
| -part '$AUXILIARY_DIR/Device.dart';
|
| part '$AUXILIARY_DIR/_ListIterators.dart';
|
| part '$AUXILIARY_DIR/_Lists.dart';
|
|
|
|
|