| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index 89753be8e3c7798bb2cb600f3a348448e7514dd0..5a99c8b5cd587846365938ee78ece74eb97299d6 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -303,6 +303,8 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
|
| 'WheelEvent.initWebKitWheelEvent',
|
| 'Window.getComputedStyle',
|
| 'Window.moveTo',
|
| + 'Window.scrollX',
|
| + 'Window.scrollY',
|
| ])
|
|
|
| # Members from the standard dom that exist in the dart:html library with
|
|
|