mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Fix warnings in script.
This commit is contained in:
parent
1f682d878d
commit
6b69fec7fe
5 changed files with 6 additions and 7 deletions
|
@ -1461,7 +1461,7 @@ impl DocumentProgressHandler {
|
|||
subpage_id,
|
||||
"mozbrowserloadend".to_owned(),
|
||||
None);
|
||||
chan.send(event);
|
||||
chan.send(event).unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue