Index: sky/engine/core/dom/Document.idl |
diff --git a/sky/engine/core/dom/Document.idl b/sky/engine/core/dom/Document.idl |
index 4c93a94e5b56e34a832c4f2660aff01db8026c73..63ad00a4492d4b6678e7124b53c51abe87f450d0 100644 |
--- a/sky/engine/core/dom/Document.idl |
+++ b/sky/engine/core/dom/Document.idl |
@@ -23,9 +23,10 @@ callback CustomElementConstructor = Element (); |
typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext; |
[ |
+ Constructor(), |
+ ConstructorCallWith=Document, |
SpecialWrapFor=(HTMLDocument) |
] interface Document : Node { |
- readonly attribute DOMImplementation implementation; |
readonly attribute Element documentElement; |
[CustomElementCallbacks, PerWorldBindings, RaisesException] Element createElement(DOMString tagName); |