| Index: tools/dom/templates/html/impl/impl_Navigator.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Navigator.darttemplate b/tools/dom/templates/html/impl/impl_Navigator.darttemplate
|
| index f6d7b91fdcd07c0d5f9956215a1e3014b682a6a7..3e19181e87feb9299a7ced12968c5de3218c3dcd 100644
|
| --- a/tools/dom/templates/html/impl/impl_Navigator.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Navigator.darttemplate
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| part of $LIBRARYNAME;
|
| -$ANNOTATIONS
|
| -class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +
|
| +$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| $if DART2JS
|
| @DomName('Navigator.language')
|
|
|