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

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff