| 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 efffa287fb9ed2f537ac00ab9bce2ede47849cef..15a947e57a94b859322f2813b669e138f59d5b7a 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)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| @DomName('Screen.availHeight')
|
| @DomName('Screen.availLeft')
|
|
|