| 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 3e1035412e15aa669692ae8bb6ab8f0f267d052d..8c22b56209968955c8c7e481bf3436ae8cac8975 100644
|
| --- a/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| @@ -78,7 +78,6 @@ part '$AUXILIARY_DIR/Validators.dart';
|
| part '$AUXILIARY_DIR/WrappedList.dart';
|
| part '$AUXILIARY_DIR/_HttpRequestUtils.dart';
|
| 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/shared_html.dart';
|
| @@ -131,4 +130,4 @@ HtmlDocument get document {
|
| Future<Isolate> spawnDomUri(Uri uri, List<String> args, message) {
|
| // TODO(17738): Plumb arguments and return value through.
|
| return _Utils.spawnDomUri(uri.toString());
|
| -}
|
| +}
|
|
|