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