| Index: sdk/lib/html/scripts/htmlrenamer.py
|
| diff --git a/sdk/lib/html/scripts/htmlrenamer.py b/sdk/lib/html/scripts/htmlrenamer.py
|
| index 169edd46826f247a8f5fff452ed39ae5481e8739..3718d803a2d02a2e8013526d7302760d96028ee3 100644
|
| --- a/sdk/lib/html/scripts/htmlrenamer.py
|
| +++ b/sdk/lib/html/scripts/htmlrenamer.py
|
| @@ -14,6 +14,7 @@ html_interface_renames = {
|
| 'Location': 'LocalLocation',
|
| 'SVGDocument': 'SvgDocument', # Manual to avoid name conflicts.
|
| 'SVGElement': 'SvgElement', # Manual to avoid name conflicts.
|
| + 'SVGException': 'SvgException', # Manual of avoid conflict with Exception.
|
| 'SVGSVGElement': 'SvgSvgElement', # Manual to avoid name conflicts.
|
| 'WebKitAnimation': 'Animation',
|
| 'WebKitAnimationEvent': 'AnimationEvent',
|
|
|