Index: sdk/lib/html/scripts/generator.py |
diff --git a/sdk/lib/html/scripts/generator.py b/sdk/lib/html/scripts/generator.py |
index 1a38f4f3460dd77c07020fad2185002a87205c10..c04245cd56ccec65939d41598046787d838d0e0d 100644 |
--- a/sdk/lib/html/scripts/generator.py |
+++ b/sdk/lib/html/scripts/generator.py |
@@ -955,12 +955,10 @@ _idl_type_registry = { |
'DOMException': TypeData(clazz='Interface', native_type='DOMCoreException'), |
'DOMStringMap': TypeData(clazz='Interface', dart_type='Map<String, String>'), |
'DOMWindow': TypeData(clazz='Interface', custom_to_dart=True), |
- 'Document': TypeData(clazz='Interface', merged_interface='HTMLDocument'), |
'Element': TypeData(clazz='Interface', merged_interface='HTMLElement', |
custom_to_dart=True), |
'EventListener': TypeData(clazz='Interface', custom_to_native=True), |
'EventTarget': TypeData(clazz='Interface', custom_to_native=True), |
- 'HTMLDocument': TypeData(clazz='Interface', merged_into='Document'), |
'HTMLElement': TypeData(clazz='Interface', merged_into='Element', |
custom_to_dart=True), |
'IDBAny': TypeData(clazz='Interface', dart_type='dynamic', custom_to_native=True), |