Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor attribute handling to avoid marshalling attributes from Gecko into Servo #11886

Merged
merged 11 commits into from Jul 6, 2016
Next

Add stub for missing je_malloc_usable_size symbol in geckolib.

  • Loading branch information
bholley committed Jul 6, 2016
commit 99e3e122591b204b33e8a3190438d71d512d611c
@@ -39,3 +39,7 @@ mod wrapper;
pub mod properties {
include!(concat!(env!("OUT_DIR"), "/properties.rs"));
}

// FIXME(bholley): This should probably go away once we harmonize the allocators.
#[no_mangle]
pub extern "C" fn je_malloc_usable_size(_: *const ::libc::c_void) -> ::libc::size_t { 0 }
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.