CEF updates for Linux / MiniServo-GTK.

This commit is contained in:
Glenn Watson 2014-12-11 05:46:26 +10:00
parent d988d01dd0
commit 2bd6e48035
4 changed files with 42 additions and 16 deletions

View file

@ -119,6 +119,7 @@ macro_rules! cef_stub_static_method_impls(
)*
) => (
$(
#[no_mangle]
pub extern "C" fn $method_name($(_: $method_arg_type),*)
-> $method_return_type {
panic!("unimplemented static method: {}", stringify!($method_name))