| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index dfc58753d54a43a2c6adc50819ee4f55d8c2d99c..e28460c937e1a752e158744d2e61cb8da3f43376 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -319,6 +319,7 @@ renamed_html_members = monitored.Dict('htmlrenamer.renamed_html_members', {
|
| 'Document.querySelector': 'query',
|
| 'DOMURL.createObjectURL': 'createObjectUrl',
|
| 'DOMURL.revokeObjectURL': 'revokeObjectUrl',
|
| + 'DOMWindow.CSS': 'css',
|
| 'DOMWindow.clearTimeout': '_clearTimeout',
|
| 'DOMWindow.clearInterval': '_clearInterval',
|
| 'DOMWindow.setTimeout': '_setTimeout',
|
|
|