Index: Source/core/dom/Document.idl |
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
index 0f311fe6215678eae9d7e9a70a915bc0a692c362..ed4769ae1f7fb1430c22b68b658e163b9e0d2550 100644 |
--- a/Source/core/dom/Document.idl |
+++ b/Source/core/dom/Document.idl |
@@ -21,7 +21,7 @@ |
callback CustomElementConstructor = Element (); |
[ |
- SpecialWrapFor=HTMLDocument|SVGDocument |
+ SpecialWrapFor=HTMLDocument|SVGDocument|XMLDocument |
] interface Document : Node { |
// DOM Level 1 Core |