Index: tools/dom/templates/html/impl/impl_UIEvent.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_UIEvent.darttemplate b/tools/dom/templates/html/impl/impl_UIEvent.darttemplate |
index 034a510a06d994f8ed0f08cc25e151e58a03e63c..78bf9e6330d7a0c42c0bf2505c8483a68a2e6a50 100644 |
--- a/tools/dom/templates/html/impl/impl_UIEvent.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_UIEvent.darttemplate |
@@ -23,6 +23,8 @@ $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
e._initUIEvent(type, canBubble, cancelable, view, detail); |
return e; |
} |
+ |
+ $CLASSNAME._private() : super._private(); |
$!MEMBERS |
@deprecated |