| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index 125dbc845d8df109ed9ce1373bb4175fb1dd27de..077a3a1ede3988f0d2e20223376597f8331930ce 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -332,6 +332,10 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
|
| 'Window.getComputedStyle',
|
| 'Window.clearInterval',
|
| 'Window.clearTimeout',
|
| + 'WindowTimers.clearInterval',
|
| + 'WindowTimers.clearTimeout',
|
| + 'WindowTimers.setInterval',
|
| + 'WindowTimers.setTimeout',
|
| 'Window.moveTo',
|
| 'Window.requestAnimationFrame',
|
| 'Window.setInterval',
|
|
|