| Index: tools/dom/templates/html/impl/impl_TouchEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_TouchEvent.darttemplate b/tools/dom/templates/html/impl/impl_TouchEvent.darttemplate
|
| index c460c1ba067665932139f2639699ed2bb598e87b..3dccab270d26436dbca77fd7373f659e3831cd62 100644
|
| --- a/tools/dom/templates/html/impl/impl_TouchEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_TouchEvent.darttemplate
|
| @@ -6,6 +6,8 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| +$!TOPLEVEL
|
| +
|
| $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME(TouchList touches, TouchList targetTouches,
|
| TouchList changedTouches, String type,
|
|
|