Chromium Code Reviews| Index: tools/dom/scripts/htmlrenamer.py |
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py |
| index be8372a27d9a52016c7325c0785faff6f4063944..b450d61829ecdfb45cb15337cd841939ef5ff807 100644 |
| --- a/tools/dom/scripts/htmlrenamer.py |
| +++ b/tools/dom/scripts/htmlrenamer.py |
| @@ -78,6 +78,7 @@ _removed_html_interfaces = [ |
| 'DataView', # Typed arrays |
| 'DirectoryEntrySync', # Workers |
| 'DirectoryReaderSync', # Workers |
| + 'DocumentType', |
|
Emily Fortuna
2014/02/13 01:34:18
This is the one difference from the original CL. I
|
| 'EntrySync', # Workers |
| 'FileEntrySync', # Workers |
| 'FileReaderSync', # Workers |
| @@ -627,6 +628,7 @@ removed_html_members = monitored.Set('htmlrenamer.removed_html_members', [ |
| 'HTMLDirectoryElement.*', |
| 'HTMLDivElement.align', |
| 'HTMLFontElement.*', |
| + 'HTMLFormControlsCollection.__getter__', |
| 'HTMLFormElement.get:elements', |
| 'HTMLFrameElement.*', |
| 'HTMLFrameSetElement.*', |
| @@ -753,6 +755,7 @@ removed_html_members = monitored.Set('htmlrenamer.removed_html_members', [ |
| 'SVGElementInstance.on:wheel', |
| 'WheelEvent.wheelDelta', |
| 'Window.on:wheel', |
| + 'WindowEventHandlers.on:beforeUnload', |
| 'WorkerGlobalScope.webkitIndexedDB', |
| # TODO(jacobr): should these be removed? |
| 'Document.close', |