Fix warnings in script.

This commit is contained in:
Ms2ger 2015-03-23 10:37:49 +01:00
parent 1f682d878d
commit 6b69fec7fe
5 changed files with 6 additions and 7 deletions

View file

@ -1461,7 +1461,7 @@ impl DocumentProgressHandler {
subpage_id,
"mozbrowserloadend".to_owned(),
None);
chan.send(event);
chan.send(event).unwrap();
}
}