Update bindings.

This commit is contained in:
Hiroyuki Ikezoe 2017-05-14 05:46:12 +09:00
parent 59dd93f849
commit 48f6821516
3 changed files with 296 additions and 265 deletions

View file

@ -1865,7 +1865,7 @@ extern "C" {
pub fn Servo_ParseProperty(property: nsCSSPropertyID, pub fn Servo_ParseProperty(property: nsCSSPropertyID,
value: *const nsACString, value: *const nsACString,
data: *mut RawGeckoURLExtraData, data: *mut RawGeckoURLExtraData,
length_parsing_mode: LengthParsingMode) parsing_mode: ParsingMode)
-> RawServoDeclarationBlockStrong; -> RawServoDeclarationBlockStrong;
} }
extern "C" { extern "C" {
@ -2034,8 +2034,8 @@ extern "C" {
value: *const nsACString, value: *const nsACString,
is_important: bool, is_important: bool,
data: *mut RawGeckoURLExtraData, data: *mut RawGeckoURLExtraData,
parsing_mode: parsing_mode: ParsingMode)
ParsingMode) -> bool; -> bool;
} }
extern "C" { extern "C" {
pub fn Servo_DeclarationBlock_SetPropertyById(declarations: pub fn Servo_DeclarationBlock_SetPropertyById(declarations:
@ -2045,8 +2045,7 @@ extern "C" {
is_important: bool, is_important: bool,
data: data:
*mut RawGeckoURLExtraData, *mut RawGeckoURLExtraData,
parsing_mode: parsing_mode: ParsingMode)
ParsingMode)
-> bool; -> bool;
} }
extern "C" { extern "C" {

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff