mirror of
https://github.com/servo/servo.git
synced 2025-06-13 10:54:29 +00:00
Link to Servo issue instead of Gecko bug
This commit is contained in:
parent
c349b7b3a1
commit
a4027f0259
3 changed files with 5 additions and 3 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue