mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
CEF updates for Linux / MiniServo-GTK.
This commit is contained in:
parent
d988d01dd0
commit
2bd6e48035
4 changed files with 42 additions and 16 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue