| Index: tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| diff --git a/tools/dom/templates/html/dartium/html_dartium.darttemplate b/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| index f13fe025f4e0ded36bb026887b6e74e4728ca5d1..512ff7df12783579ad2c51114f305354413497dc 100644
|
| --- a/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| @@ -61,7 +61,6 @@ export 'dart:math' show Rectangle, Point;
|
| $!GENERATED_DART_FILES
|
|
|
| // Issue 14721, order important for WrappedEvent.
|
| -part '$AUXILIARY_DIR/WrappedEvent.dart';
|
| part '$AUXILIARY_DIR/AttributeMap.dart';
|
| part '$AUXILIARY_DIR/CanvasImageSource.dart';
|
| part '$AUXILIARY_DIR/CrossFrameTypes.dart';
|
| @@ -85,6 +84,7 @@ part '$AUXILIARY_DIR/_ListIterators.dart';
|
| part '$AUXILIARY_DIR/dartium_CustomElementSupport.dart';
|
| part '$AUXILIARY_DIR/dartium_KeyEvent.dart';
|
| part '$AUXILIARY_DIR/dartium_Platform.dart';
|
| +part '$AUXILIARY_DIR/dartium_WrappedEvent.dart';
|
| part '$AUXILIARY_DIR/shared_html.dart';
|
|
|
| $if DART_USE_BLINK
|
|
|