diff options
Diffstat (limited to 'components/script/dom/webidls/DOMImplementation.webidl')
-rw-r--r-- | components/script/dom/webidls/DOMImplementation.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/DOMImplementation.webidl b/components/script/dom/webidls/DOMImplementation.webidl index cf809b30f1a..af744e3a08c 100644 --- a/components/script/dom/webidls/DOMImplementation.webidl +++ b/components/script/dom/webidls/DOMImplementation.webidl @@ -17,7 +17,7 @@ interface DOMImplementation { DOMString systemId); [NewObject, Throws] XMLDocument createDocument(DOMString? namespace, - [TreatNullAs=EmptyString] DOMString qualifiedName, + [LegacyNullToEmptyString] DOMString qualifiedName, optional DocumentType? doctype = null); [NewObject] Document createHTMLDocument(optional DOMString title); |