| Index: Source/core/dom/DOMImplementation.idl
|
| diff --git a/Source/core/dom/DOMImplementation.idl b/Source/core/dom/DOMImplementation.idl
|
| index d210529988b3d61554dfd7ed7a953699b0ea9b3c..426f56104f10967909f4ccbf5ba70c827cb66029 100644
|
| --- a/Source/core/dom/DOMImplementation.idl
|
| +++ b/Source/core/dom/DOMImplementation.idl
|
| @@ -35,7 +35,7 @@
|
| DOMString systemId);
|
| [RaisesException] XMLDocument createDocument(DOMString? namespaceURI,
|
| DOMString? qualifiedName,
|
| - [Default=Undefined] optional DocumentType doctype);
|
| + optional DocumentType doctype);
|
|
|
| // HTMLDOMImplementation interface from DOM Level 2 HTML
|
|
|
|
|