| Index: tools/dom/templates/html/dartium/impl_KeyboardEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/dartium/impl_KeyboardEvent.darttemplate b/tools/dom/templates/html/dartium/impl_KeyboardEvent.darttemplate
|
| index 6ab85012298b6cc9b7fa8dd878630a2e382e0195..a18fb29832bf8bfb2f5462055daae79085b47b0c 100644
|
| --- a/tools/dom/templates/html/dartium/impl_KeyboardEvent.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/impl_KeyboardEvent.darttemplate
|
| @@ -4,7 +4,7 @@
|
| part of $LIBRARYNAME;
|
|
|
|
|
| -$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
|
|
| factory $CLASSNAME(String type,
|
| {Window view, bool canBubble: true, bool cancelable: true,
|
|
|