| Index: sdk/lib/html/templates/html/dartium/html_dartium.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dartium/html_dartium.darttemplate b/sdk/lib/html/templates/html/dartium/html_dartium.darttemplate
|
| index eb166360ee6044b65eeb7a8561ce42a22d759e19..c943facff2cc1c2d202c3a62494ebe4d07782613 100644
|
| --- a/sdk/lib/html/templates/html/dartium/html_dartium.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dartium/html_dartium.darttemplate
|
| @@ -10,11 +10,14 @@ library html;
|
| import 'dart:isolate';
|
| import 'dart:json';
|
| import 'dart:nativewrappers';
|
| +import 'dart:svg' as svg;
|
|
|
| $!GENERATED_DART_FILES
|
|
|
| part '$AUXILIARY_DIR/CrossFrameTypes.dart';
|
| +part '$AUXILIARY_DIR/CssClassSet.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';
|
|
|