| Index: tools/dom/templates/html/impl/impl_TextEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_TextEvent.darttemplate b/tools/dom/templates/html/impl/impl_TextEvent.darttemplate
|
| index 765a28005034f2e56fb6999cfb7348cc70a6093a..14d7df52f289f270436f1b2a9ddb26301add3a06 100644
|
| --- a/tools/dom/templates/html/impl/impl_TextEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_TextEvent.darttemplate
|
| @@ -6,6 +6,8 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| +$!TOPLEVEL
|
| +
|
| $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME(String type,
|
| {bool canBubble: false, bool cancelable: false, Window view, String data}) {
|
|
|