aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-11-08 09:54:46 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2016-11-08 09:54:46 +0100
commitd43d0fb18d0b2400d95999aa61db871f48c99a0e (patch)
tree45d0528b96860d1f912224a4379bb871b07082bd /components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl
parentf1c3e97fb47b6fbe1d82ebb30a38ab7afd4fe0b8 (diff)
downloadservo-d43d0fb18d0b2400d95999aa61db871f48c99a0e.tar.gz
servo-d43d0fb18d0b2400d95999aa61db871f48c99a0e.zip
Implement HTMLAnchorElement.origin
Diffstat (limited to 'components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl')
-rw-r--r--components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl b/components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl
index 3ff0418b13f..a75ecb970a0 100644
--- a/components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl
+++ b/components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl
@@ -7,7 +7,7 @@
interface HTMLHyperlinkElementUtils {
// stringifier attribute USVString href;
attribute USVString href;
-// attribute USVString origin;
+ readonly attribute USVString origin;
attribute USVString protocol;
attribute USVString username;
attribute USVString password;