| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index 158c2afb2cfd0c24ff7d79e18a4a72ad6d3c3602..8b696d6994c364da01a14a8be7b3dcdce838a0b6 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -45,7 +45,7 @@ html_interface_renames = monitored.Dict('htmlrenamer.html_interface_renames', {
|
| 'SVGElement': 'SvgElement', # Manual to avoid name conflicts.
|
| 'SVGException': 'SvgException', # Manual of avoid conflict with Exception.
|
| 'SVGSVGElement': 'SvgSvgElement', # Manual to avoid name conflicts.
|
| - 'WebGLVertexArrayObjectOES': 'WebGLVertexArrayObject',
|
| + 'WebGLVertexArrayObjectOES': 'VertexArrayObject',
|
| 'WebKitAnimationEvent': 'AnimationEvent',
|
| 'WebKitCSSKeyframeRule': 'CssKeyframeRule',
|
| 'WebKitCSSKeyframesRule': 'CssKeyframesRule',
|
|
|