Index: tools/dom/templates/html/impl/impl_EventTarget.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_EventTarget.darttemplate b/tools/dom/templates/html/impl/impl_EventTarget.darttemplate |
index 97180a1993aa071372177dde69e1613544411861..e23040c0efbbbf53f3779dc07e002e6fb08e1583 100644 |
--- a/tools/dom/templates/html/impl/impl_EventTarget.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_EventTarget.darttemplate |
@@ -90,12 +90,6 @@ class ElementEvents extends Events { |
*/ |
$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
-$if DARTIUM |
- // Default constructor to allow other classes e.g. GlobalEventHandlers to be |
- // constructed using _internalWrap when mapping Blink object to Dart class. |
- EventTarget(); |
- |
-$endif |
// Custom element created callback. |
EventTarget._created(); |