diff options
Diffstat (limited to 'components/script/dom/webidls/Document.webidl')
-rw-r--r-- | components/script/dom/webidls/Document.webidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/Document.webidl b/components/script/dom/webidls/Document.webidl index b73d563bac7..dd6ff9c924e 100644 --- a/components/script/dom/webidls/Document.webidl +++ b/components/script/dom/webidls/Document.webidl @@ -13,10 +13,10 @@ interface Document : Node { [SameObject] readonly attribute DOMImplementation implementation; [Constant] - readonly attribute DOMString URL; + readonly attribute USVString URL; readonly attribute Element? activeElement; [Constant] - readonly attribute DOMString documentURI; + readonly attribute USVString documentURI; readonly attribute DOMString compatMode; readonly attribute DOMString characterSet; readonly attribute DOMString charset; // legacy alias of .characterSet |