aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/webidls/DOMImplementation.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/webidls/DOMImplementation.webidl')
-rw-r--r--src/components/script/dom/webidls/DOMImplementation.webidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/script/dom/webidls/DOMImplementation.webidl b/src/components/script/dom/webidls/DOMImplementation.webidl
index 5df67f981ba..aeb6049ff72 100644
--- a/src/components/script/dom/webidls/DOMImplementation.webidl
+++ b/src/components/script/dom/webidls/DOMImplementation.webidl
@@ -21,6 +21,6 @@ interface DOMImplementation {
Document createDocument(DOMString? namespace,
[TreatNullAs=EmptyString] DOMString qualifiedName,
optional DocumentType? doctype = null);*/
- /*[Throws]
- Document createHTMLDocument(optional DOMString title);*/
+ [Creator]
+ Document createHTMLDocument(optional DOMString title);
};