aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/Document.webidl
diff options
context:
space:
mode:
authorThiago Pontes <github@thiago.me>2016-05-28 14:53:09 -0400
committerThiago Pontes <github@thiago.me>2016-05-28 14:53:31 -0400
commit766ad5e0923b2b5c34053db9c115debb7b64f23e (patch)
treeccfeeaeb38eecf5953b908a39096d784bd4ee4be /components/script/dom/webidls/Document.webidl
parent0173cabbb6aedd5695e4035437b233927d4f27d0 (diff)
downloadservo-766ad5e0923b2b5c34053db9c115debb7b64f23e.tar.gz
servo-766ad5e0923b2b5c34053db9c115debb7b64f23e.zip
use USVStrings instead of DOMString for urls in Node and Document
Diffstat (limited to 'components/script/dom/webidls/Document.webidl')
-rw-r--r--components/script/dom/webidls/Document.webidl4
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