| 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 8cb282ea9271b875405d2f4026834cb4fb2218db..61092fd02f22f160d83fb85dfd22afc5bf2ac61a 100644
|
| --- a/tools/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| @@ -92,6 +92,12 @@ 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();
|
|
|
|
|