| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index 705232a142404329779ca540d1d1c1afeeaf9db0..28cd3cca6f5af4180a61eb0db08bd2e88dc7ae62 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -25,6 +25,8 @@ html_interface_renames = monitored.Dict('htmlrenamer.html_interface_renames', {
|
| 'NavigatorUserMediaSuccessCallback': '_NavigatorUserMediaSuccessCallback',
|
| 'PositionCallback': '_PositionCallback',
|
| 'PositionErrorCallback': '_PositionErrorCallback',
|
| + 'Rect': 'CssRect',
|
| + 'RGBColor': 'CssRgbColor',
|
| 'SVGDocument': 'SvgDocument', # Manual to avoid name conflicts.
|
| 'SVGElement': 'SvgElement', # Manual to avoid name conflicts.
|
| 'SVGException': 'SvgException', # Manual of avoid conflict with Exception.
|
|
|