Index: tools/dom/scripts/htmlrenamer.py |
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py |
index 78193a5ea5bd9eae1b79d346fd8f48530432a213..823666cfb62016372cf473d03e389eb17f932481 100644 |
--- a/tools/dom/scripts/htmlrenamer.py |
+++ b/tools/dom/scripts/htmlrenamer.py |
@@ -60,7 +60,8 @@ html_interface_renames = monitored.Dict('htmlrenamer.html_interface_renames', |
'SVGSVGElement': 'SvgSvgElement', # Manual to avoid name conflicts. |
'Stream': 'FileStream', |
'StringCallback': '_StringCallback', |
- 'WebGLVertexArrayObjectOES': 'VertexArrayObject', |
+ 'WebGL2RenderingContext': 'RenderingContext2', |
+ 'WebGL2RenderingContextBase': 'RenderingContextBase2', |
'WindowTimers': '_WindowTimers', |
'XMLHttpRequest': 'HttpRequest', |
'XMLHttpRequestUpload': 'HttpRequestUpload', |