| 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 5db4acd77a5570b695af03069812bda25a2eaf45..a6f6e68e2f8f04c523a3b7cd1c33049c6fa1c20e 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)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME(String type,
|
| {bool canBubble: false, bool cancelable: false, Window view,
|
| String data}) {
|
|
|