| Index: tools/dom/templates/html/impl/impl_Window.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Window.darttemplate b/tools/dom/templates/html/impl/impl_Window.darttemplate
|
| index 593d6a3bda2b38b728b754055b2583e892938377..022c4c9068fce5775c0c1be3279944403bc20718 100644
|
| --- a/tools/dom/templates/html/impl/impl_Window.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Window.darttemplate
|
| @@ -279,7 +279,7 @@ $!MEMBERS
|
| Stream<Event> get onBeforeUnload => beforeUnloadEvent.forTarget(this);
|
|
|
| void moveTo(Point p) {
|
| - moveTo(p.x, p.y);
|
| + _moveTo(p.x, p.y);
|
| }
|
|
|
| $if DART2JS
|
|
|