| Index: tools/dom/templates/html/impl/impl_CompositionEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_CompositionEvent.darttemplate b/tools/dom/templates/html/impl/impl_CompositionEvent.darttemplate
|
| index c190a861ec08a5abc78cdfbd238bb483f170889e..2c61ba00f4d5a85c39549e7b4ec5c2514f34ac49 100644
|
| --- a/tools/dom/templates/html/impl/impl_CompositionEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_CompositionEvent.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: false, bool cancelable: false, Window view,
|
| String data}) {
|
|
|