| 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 4c78373acbd2b8834a8ed34fbcdba02983461557..593d6a3bda2b38b728b754055b2583e892938377 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) {
|
| - $dom_moveTo(p.x, p.y);
|
| + moveTo(p.x, p.y);
|
| }
|
|
|
| $if DART2JS
|
|
|