Index: tools/dom/scripts/generator.py |
diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py |
index 37117e76b61343afb63da5ff2aa1656c8a6ad0ce..48bb24a2ef71612e48d48278926b0b16037f6f18 100644 |
--- a/tools/dom/scripts/generator.py |
+++ b/tools/dom/scripts/generator.py |
@@ -17,15 +17,28 @@ from htmlrenamer import custom_html_constructors, html_interface_renames, \ |
_pure_interfaces = monitored.Set('generator._pure_interfaces', [ |
# TODO(sra): DOMStringMap should be a class implementing Map<String,String>. |
'DOMStringMap', |
+ 'AbstractWorker', |
'CanvasPathMethods', |
'ChildNode', |
+ 'DocumentAnimation', |
+ 'DocumentFontFaceSet', |
+ 'DocumentFullscreen', |
+ 'DocumentXPathEvaluator', |
+ 'ElementAnimation', |
+ 'ElementFullscreen', |
'EventListener', |
'GlobalEventHandlers', |
+ 'ImageBitmapFactories', |
'MediaQueryListListener', |
+ 'MouseEventHitRegion', |
'MutationCallback', |
+ 'NavigatorCPU', |
+ 'NavigatorEvents', |
'NavigatorID', |
+ 'NavigatorLanguage', |
'NavigatorOnLine', |
'ParentNode', |
+ 'SVGDocument', |
'SVGExternalResourcesRequired', |
'SVGFilterPrimitiveStandardAttributes', |
'SVGFitToViewBox', |
@@ -38,6 +51,8 @@ _pure_interfaces = monitored.Set('generator._pure_interfaces', [ |
'WebGLRenderingContextBase', |
'WindowBase64', |
'WindowEventHandlers', |
+ 'WindowImageBitmapFactories', |
+ 'WindowPagePopup', |
'WindowTimers', |
]) |