Fix a build warning with CEF on Mac.

This commit is contained in:
Ms2ger 2015-02-15 19:40:43 +01:00
parent 3e7dc57693
commit 99e4561f06

View file

@ -328,7 +328,7 @@ impl CompositorProxy for CefCompositorProxy {
use cocoa::base::nil;
// Send a message and kick the OS event loop awake.
self.sender.send(msg);
self.sender.send(msg).unwrap();
unsafe {
let pool = NSAutoreleasePool::new(nil);