| Index: lib/html/scripts/htmlrenamer.py
|
| diff --git a/lib/html/scripts/htmlrenamer.py b/lib/html/scripts/htmlrenamer.py
|
| index 10a231c105f3cce451696ee9f0675dcde50f514c..ad391d2d16e1be2387aa6b111522c7a8abb6e88e 100644
|
| --- a/lib/html/scripts/htmlrenamer.py
|
| +++ b/lib/html/scripts/htmlrenamer.py
|
| @@ -4,6 +4,7 @@
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| html_interface_renames = {
|
| + 'DOMCoreException': 'DOMException',
|
| 'DOMFormData': 'FormData',
|
| 'DOMWindow': 'Window',
|
| 'WebKitAnimation': 'Animation',
|
|
|