diff options
Diffstat (limited to 'components/script/dom/webidls/DOMImplementation.webidl')
-rw-r--r-- | components/script/dom/webidls/DOMImplementation.webidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/webidls/DOMImplementation.webidl b/components/script/dom/webidls/DOMImplementation.webidl index 56bdd08107c..cf809b30f1a 100644 --- a/components/script/dom/webidls/DOMImplementation.webidl +++ b/components/script/dom/webidls/DOMImplementation.webidl @@ -10,6 +10,7 @@ * related or neighboring rights to this work. */ +[Exposed=Window] interface DOMImplementation { [NewObject, Throws] DocumentType createDocumentType(DOMString qualifiedName, DOMString publicId, |