Chromium Code Reviews| Index: tools/dom/templates/html/impl/impl_Touch.darttemplate |
| diff --git a/tools/dom/templates/html/impl/impl_Touch.darttemplate b/tools/dom/templates/html/impl/impl_Touch.darttemplate |
| index 060383a4f356bd6e6394272e3b751688d7fb2709..ed6690a1710a696df5d6bfd2f23499f105e767d7 100644 |
| --- a/tools/dom/templates/html/impl/impl_Touch.darttemplate |
| +++ b/tools/dom/templates/html/impl/impl_Touch.darttemplate |
| @@ -4,7 +4,7 @@ |
| part of $LIBRARYNAME; |
| -@DocsEditable |
| +@DocsEditable() |
| $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
| $!MEMBERS |