aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls
diff options
context:
space:
mode:
authorKevin Ball <kmball11@gmail.com>2015-07-05 15:29:04 -0700
committerKevin Ball <kmball11@gmail.com>2015-07-05 15:29:04 -0700
commitdbbab3b113e24e2e3be4b8556218e44ca5a1db35 (patch)
tree08b27d27f4f7b32261e0143bf2bc56885eb4dc4e /components/script/dom/webidls
parent0fb6604cb37da0ca0f4852328def21100a38fd63 (diff)
downloadservo-dbbab3b113e24e2e3be4b8556218e44ca5a1db35.tar.gz
servo-dbbab3b113e24e2e3be4b8556218e44ca5a1db35.zip
Implement Node.baseURI
Diffstat (limited to 'components/script/dom/webidls')
-rw-r--r--components/script/dom/webidls/Node.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/Node.webidl b/components/script/dom/webidls/Node.webidl
index 2bc3624157a..70561bb1b72 100644
--- a/components/script/dom/webidls/Node.webidl
+++ b/components/script/dom/webidls/Node.webidl
@@ -26,7 +26,7 @@ interface Node : EventTarget {
readonly attribute DOMString nodeName;
[Pure]
- readonly attribute DOMString? baseURI;
+ readonly attribute DOMString baseURI;
[Pure]
readonly attribute Document? ownerDocument;