| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index ff438d4e6a5fb840a04cf6c2f89bcbcd31484e5b..3cb7ee3c9b05976ea815ac54bfd23ff9a332de4d 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -300,6 +300,11 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
|
| 'UIEvent.pageY',
|
| 'WheelEvent.initWebKitWheelEvent',
|
| 'DOMWindow.getComputedStyle',
|
| + 'DOMWindow.moveTo',
|
| + 'DOMWindow.screenTop',
|
| + 'DOMWindow.screenLeft',
|
| + 'DOMWindow.screenX',
|
| + 'DOMWindow.screenY',
|
| ])
|
|
|
| # Members from the standard dom that exist in the dart:html library with
|
|
|