| 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 1748306ed71ea54a182e47ee965c6012e5b8238d..f977e81801a142f5491ec3f825fe7f667721a08e 100644
|
| --- a/tools/dom/templates/html/impl/impl_Window.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Window.darttemplate
|
| @@ -277,6 +277,10 @@ $!MEMBERS
|
| @DomName('DOMWindow.onbeforeunload')
|
| @DocsEditable()
|
| Stream<Event> get onBeforeUnload => beforeUnloadEvent.forTarget(this);
|
| +
|
| + void moveTo(Point p) {
|
| + $dom_moveTo(p.x, p.y);
|
| + }
|
| }
|
|
|
| /**
|
|
|