mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Upgrade Gonk to rustc 00b112c45
This commit is contained in:
parent
5fed5587ab
commit
9d03a15043
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ impl Window {
|
|||
}
|
||||
|
||||
pub fn wait_events(&self) -> WindowEvent {
|
||||
self.event_recv.recv()
|
||||
self.event_recv.recv().unwrap()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue