aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/URLUtilsReadOnly.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/URLUtilsReadOnly.webidl')
-rw-r--r--components/script/dom/webidls/URLUtilsReadOnly.webidl3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/dom/webidls/URLUtilsReadOnly.webidl b/components/script/dom/webidls/URLUtilsReadOnly.webidl
index 851db50c3fd..a919986bbbe 100644
--- a/components/script/dom/webidls/URLUtilsReadOnly.webidl
+++ b/components/script/dom/webidls/URLUtilsReadOnly.webidl
@@ -19,7 +19,8 @@ interface URLUtilsReadOnly {
readonly attribute USVString search;
readonly attribute USVString hash;
- // This is only doing as well as gecko right now, bug 824857 is on file for
+ // This is only doing as well as gecko right now.
+ // https://github.com/servo/servo/issues/7590 is on file for
// adding attribute stringifier support.
stringifier;
};