Update binding files.

This commit is contained in:
Xidorn Quan 2017-04-07 09:53:02 +10:00
parent 2820b7ac53
commit 2471c4d794
3 changed files with 387 additions and 364 deletions

View file

@ -444,9 +444,6 @@ extern "C" {
url_bytes: *const u8, url_length: u32,
media_bytes: *const u8, media_length: u32);
}
extern "C" {
pub fn Gecko_URLExtraData_CreateDummy() -> *mut RawGeckoURLExtraData;
}
extern "C" {
pub fn Gecko_MaybeCreateStyleChildrenIterator(node: RawGeckoNodeBorrowed)
-> StyleChildrenIteratorOwnedOrNull;
@ -1859,7 +1856,7 @@ extern "C" {
-> ServoComputedValuesStrong;
}
extern "C" {
pub fn Servo_Initialize();
pub fn Servo_Initialize(dummy_url_data: *mut RawGeckoURLExtraData);
}
extern "C" {
pub fn Servo_Shutdown();

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff