| Index: sdk/lib/html/scripts/htmlrenamer.py
|
| ===================================================================
|
| --- sdk/lib/html/scripts/htmlrenamer.py (revision 14542)
|
| +++ sdk/lib/html/scripts/htmlrenamer.py (working copy)
|
| @@ -6,6 +6,7 @@
|
| html_interface_renames = {
|
| 'DOMCoreException': 'DOMException',
|
| 'DOMFormData': 'FormData',
|
| + 'DOMURL': 'Url',
|
| 'DOMWindow': 'LocalWindow',
|
| 'History': 'LocalHistory',
|
| 'Location': 'LocalLocation',
|
| @@ -99,6 +100,8 @@
|
| 'SVGElement.className': '$dom_svgClassName',
|
| 'SVGAnimatedString.className': '$dom_svgClassName',
|
| 'SVGStylable.className': '$dom_svgClassName',
|
| + 'Url.createObjectURL': 'createObjectUrl',
|
| + 'Url.revokeObjectURL': 'revokeObjectUrl',
|
| }
|
|
|
| # Members and classes from the dom that should be removed completely from
|
|
|