| Index: tools/dom/templates/html/impl/impl_CustomEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_CustomEvent.darttemplate b/tools/dom/templates/html/impl/impl_CustomEvent.darttemplate
|
| index e568a099fed0eddc01e4d36864c57a15454991fd..be6b7ef4852a2876ae20d30c405929082c57c761 100644
|
| --- a/tools/dom/templates/html/impl/impl_CustomEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_CustomEvent.darttemplate
|
| @@ -6,7 +6,7 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| -$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME(String type,
|
| {bool canBubble: true, bool cancelable: true, Object detail}) {
|
|
|
|
|