mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Add pointers to the relevant issue for some bugs.
This commit is contained in:
parent
5ed95e410b
commit
875eda69e4
2 changed files with 2 additions and 1 deletions
|
@ -354,7 +354,7 @@ fn CreateInterfacePrototypeObject(cx: *mut JSContext, global: *mut JSObject,
|
|||
}
|
||||
|
||||
pub extern fn ThrowingConstructor(_cx: *mut JSContext, _argc: c_uint, _vp: *mut JSVal) -> JSBool {
|
||||
//XXX should trigger exception here
|
||||
// FIXME(#347) should trigger exception here
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue