Bug 1317209 - Part 1: Implement uncompute FFI. r=manishearth

This commit is contained in:
Boris Chiou 2017-01-24 15:20:44 +08:00
parent 231481570e
commit 4f0791a94b
5 changed files with 36 additions and 0 deletions

View file

@ -501,6 +501,7 @@ mod bindings {
"RawGeckoNode",
"RawGeckoAnimationValueList",
"RawServoAnimationValue",
"RawServoAnimationValueList",
"RawGeckoPresContext",
"RawGeckoPresContextOwned",
"ThreadSafeURIHolder",
@ -603,6 +604,7 @@ mod bindings {
let servo_borrow_types = [
"nsCSSValue",
"RawGeckoAnimationValueList",
"RawServoAnimationValueList",
];
for &ty in structs_types.iter() {
builder = builder.hide_type(ty)