| Index: tools/dom/scripts/htmlrenamer.py
|
| ===================================================================
|
| --- tools/dom/scripts/htmlrenamer.py (revision 32687)
|
| +++ tools/dom/scripts/htmlrenamer.py (working copy)
|
| @@ -78,6 +78,7 @@
|
| 'DataView', # Typed arrays
|
| 'DirectoryEntrySync', # Workers
|
| 'DirectoryReaderSync', # Workers
|
| + 'DocumentType',
|
| 'EntrySync', # Workers
|
| 'FileEntrySync', # Workers
|
| 'FileReaderSync', # Workers
|
| @@ -627,6 +628,7 @@
|
| 'HTMLDirectoryElement.*',
|
| 'HTMLDivElement.align',
|
| 'HTMLFontElement.*',
|
| + 'HTMLFormControlsCollection.__getter__',
|
| 'HTMLFormElement.get:elements',
|
| 'HTMLFrameElement.*',
|
| 'HTMLFrameSetElement.*',
|
| @@ -753,6 +755,7 @@
|
| 'SVGElementInstance.on:wheel',
|
| 'WheelEvent.wheelDelta',
|
| 'Window.on:wheel',
|
| + 'WindowEventHandlers.on:beforeUnload',
|
| 'WorkerGlobalScope.webkitIndexedDB',
|
| # TODO(jacobr): should these be removed?
|
| 'Document.close',
|
|
|