Chromium Code Reviews| Index: tools/dom/templates/html/impl/impl_Geolocation.darttemplate |
| diff --git a/tools/dom/templates/html/impl/impl_Geolocation.darttemplate b/tools/dom/templates/html/impl/impl_Geolocation.darttemplate |
| index c0a32998cc1f500372e206fbaa4afb67d142e2dd..d0d011a9600b40b4466f9edc6a286b8aed686b05 100644 |
| --- a/tools/dom/templates/html/impl/impl_Geolocation.darttemplate |
| +++ b/tools/dom/templates/html/impl/impl_Geolocation.darttemplate |
| @@ -4,7 +4,7 @@ |
| part of $LIBRARYNAME; |
| -@DocsEditable |
| +@DocsEditable() |
| $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
| @DomName('Geolocation.getCurrentPosition') |