| 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 227c0d727ee3897722d01333e441a8bb884a807d..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')
|
| - Rect get available => new Rect($dom_availLeft, $dom_availTop, $dom_availWidth,
|
| - $dom_availHeight);
|
| + Rect get available => new Rect(_availLeft, _availTop, _availWidth,
|
| + _availHeight);
|
| $!MEMBERS}
|
|
|