| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index 22eb4a4ae7ba3b847c629079dc84af7570ade2da..bf0fdb83b5f97d87400eb705967c466087f1a6a7 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -240,9 +240,13 @@ _removed_html_members = monitored.Set('htmlrenamer._removed_html_members', [
|
| 'DOMWindow.call:blur',
|
| 'DOMWindow.clientInformation',
|
| 'DOMWindow.call:focus',
|
| + 'DOMWindow.clearTimeout',
|
| + 'DOMWindow.clearInterval',
|
| 'DOMWindow.get:frames',
|
| 'DOMWindow.get:length',
|
| 'DOMWindow.prompt',
|
| + 'DOMWindow.setTimeout',
|
| + 'DOMWindow.setInterval',
|
| 'DOMWindow.webkitCancelRequestAnimationFrame',
|
| 'DOMWindow.webkitIndexedDB',
|
| 'Document.adoptNode',
|
|
|