Auto merge of #7591 - frewsxcv:servo-issue, r=Ms2ger

Link to Servo issue instead of Gecko bug



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7591)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-09-10 02:56:11 -06:00
commit d64331b7d2
3 changed files with 5 additions and 3 deletions

View file

@ -4624,7 +4624,7 @@ class CGDescriptor(CGThing):
elif m.isAttr():
if m.stringifier:
raise TypeError("Stringifier attributes not supported yet. "
"See bug 824857.\n"
"See https://github.com/servo/servo/issues/7590\n"
"%s" % m.location)
if m.isStatic():

View file

@ -21,7 +21,8 @@ interface URLUtils {
// attribute URLSearchParams searchParams;
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;
};

View file

@ -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;
};