aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/URLUtils.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/URLUtils.webidl')
-rw-r--r--components/script/dom/webidls/URLUtils.webidl5
1 files changed, 4 insertions, 1 deletions
diff --git a/components/script/dom/webidls/URLUtils.webidl b/components/script/dom/webidls/URLUtils.webidl
index 58fe13c5508..4abb2048917 100644
--- a/components/script/dom/webidls/URLUtils.webidl
+++ b/components/script/dom/webidls/URLUtils.webidl
@@ -9,7 +9,6 @@ interface URLUtils {
//stringifier attribute ScalarValueString href;
readonly attribute DOMString href;
//readonly attribute ScalarValueString origin;
-
// attribute ScalarValueString protocol;
// attribute ScalarValueString username;
// attribute ScalarValueString password;
@@ -22,4 +21,8 @@ interface URLUtils {
// attribute URLSearchParams searchParams;
// attribute ScalarValueString hash;
readonly attribute DOMString hash;
+
+ // This is only doing as well as gecko right now, bug 824857 is on file for
+ // adding attribute stringifier support.
+ stringifier;
};