mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
auto merge of #4932 : Ms2ger/servo/warning-cef-mac, r=jdm
This commit is contained in:
commit
5b2f2c5505
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