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..601f160bbff679fecd24ac4c784e0da2d5bd9c5e 100644 |
--- a/tools/dom/templates/html/impl/impl_Screen.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Screen.darttemplate |
@@ -11,6 +11,6 @@ $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
@DomName('Screen.availLeft') |
@DomName('Screen.availTop') |
@DomName('Screen.availWidth') |
- Rectangle get available => new Rectangle(_availLeft, _availTop, _availWidth, |
+ Rect get available => new Rect(_availLeft, _availTop, _availWidth, |
_availHeight); |
$!MEMBERS} |