Index: tools/dom/templates/html/impl/impl_Screen.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_Screen.darttemplate b/tools/dom/templates/html/impl/impl_Screen.darttemplate |
index 15a947e57a94b859322f2813b669e138f59d5b7a..efffa287fb9ed2f537ac00ab9bce2ede47849cef 100644 |
--- a/tools/dom/templates/html/impl/impl_Screen.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Screen.darttemplate |
@@ -5,7 +5,7 @@ |
part of $LIBRARYNAME; |
@DocsEditable() |
-$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
@DomName('Screen.availHeight') |
@DomName('Screen.availLeft') |