Rewrite CefBrowser::send_window_event with try_borrow

This commit is contained in:
Anthony Ramine 2016-08-20 21:00:16 +02:00
parent 2e310f83ad
commit 3bfeaf08b1
2 changed files with 12 additions and 18 deletions

View file

@ -2,12 +2,12 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(borrow_state)]
#![feature(box_syntax)]
#![feature(core_intrinsics)]
#![feature(filling_drop)]
#![feature(link_args)]
#![feature(plugin)]
#![feature(try_borrow)]
#![feature(unicode)]
#![feature(unsafe_no_drop_flag)]