| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 47666a26a317c9c6e70137b720403ec4ca7ea4c7..fbb0ee950f1e3abffb380a2a23cd23c2fa3dae4e 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -85,6 +85,8 @@ _js_custom_members = monitored.Set('systemhtml._js_custom_members', [
|
| 'Window.location',
|
| 'Window.open',
|
| 'Window.requestAnimationFrame',
|
| + 'Window.scrollX',
|
| + 'Window.scrollY'
|
| # 'WorkerContext.indexedDB', # Workers
|
| ], dart2jsOnly=True)
|
|
|
|
|