Upgrade Gonk to rustc 00b112c45

This commit is contained in:
Manish Goregaokar 2015-02-07 07:06:28 +05:30
parent 5fed5587ab
commit 9d03a15043

View file

@ -763,7 +763,7 @@ impl Window {
}
pub fn wait_events(&self) -> WindowEvent {
self.event_recv.recv()
self.event_recv.recv().unwrap()
}
}