Index: Source/core/dom/DOMImplementation.idl |
diff --git a/Source/core/dom/DOMImplementation.idl b/Source/core/dom/DOMImplementation.idl |
index 4c99635256a127c4658add12c9ef704d0cb6dafb..5f2ea8253f20e5f785665f8297f53e80ebc7efb3 100644 |
--- a/Source/core/dom/DOMImplementation.idl |
+++ b/Source/core/dom/DOMImplementation.idl |
@@ -32,9 +32,9 @@ |
[RaisesException] DocumentType createDocumentType(DOMString qualifiedName, |
DOMString publicId, |
DOMString systemId); |
- [RaisesException] Document createDocument([TreatNullAs=NullString] DOMString namespaceURI, |
- [TreatNullAs=NullString] DOMString qualifiedName, |
- [Default=Undefined] optional DocumentType doctype); |
+ [RaisesException] XMLDocument createDocument([TreatNullAs=NullString] DOMString namespaceURI, |
+ [TreatNullAs=NullString] DOMString qualifiedName, |
+ [Default=Undefined] optional DocumentType doctype); |
// DOMImplementationCSS interface from DOM Level 2 CSS |