Chromium Code Reviews| Index: lib/dom/scripts/htmlrenamer.py |
| =================================================================== |
| --- lib/dom/scripts/htmlrenamer.py (revision 11534) |
| +++ lib/dom/scripts/htmlrenamer.py (working copy) |
| @@ -4,6 +4,7 @@ |
| # BSD-style license that can be found in the LICENSE file. |
| _html_interface_renames = { |
| + 'DOMFormData': 'FormData', |
| 'DOMWindow': 'Window', |
| 'WebKitAnimation': 'Animation', |
| 'WebKitAnimationEvent': 'AnimationEvent', |