Index: Source/core/dom/Document.idl |
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
index 71d10dd057000d33172be75b38fb29b19f416d7b..73cdd7b1441ca09cc9a603421ad3346f6a32cb69 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 |