mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Removed an invalid FIXME and fixed a doc comment
This commit is contained in:
parent
1809748dc1
commit
5260e64847
2 changed files with 19 additions and 21 deletions
|
@ -44,7 +44,6 @@ pub fn handle_evaluate_js(global: &GlobalRef, eval: String, reply: IpcSender<Eva
|
|||
} else if rval.ptr.is_null() {
|
||||
EvaluateJSReply::NullValue
|
||||
} else {
|
||||
//FIXME: jsvals don't have an is_int32/is_number yet
|
||||
assert!(rval.ptr.is_object());
|
||||
panic!("object values unimplemented")
|
||||
}).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue