mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix a build warning with CEF on Mac.
This commit is contained in:
parent
3e7dc57693
commit
99e4561f06
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue