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 2cb5dddd5806403dfbb411c32ebcee5ccceb39da..e9d2d449c97dbeab1f3ef7bc403994281a3675f0 100644 |
--- a/tools/dom/templates/html/impl/impl_Navigator.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Navigator.darttemplate |
@@ -4,7 +4,7 @@ |
part of $LIBRARYNAME; |
-$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
$if DART2JS |
@DomName('Navigator.language') |