Update bindings.

This commit is contained in:
Hiroyuki Ikezoe 2017-05-11 08:28:19 +09:00
parent 51e434c790
commit 5c8394f469
3 changed files with 1009 additions and 798 deletions

View file

@ -4,7 +4,6 @@ pub use nsstring::{nsACString, nsAString, nsString};
type nsACString_internal = nsACString; type nsACString_internal = nsACString;
type nsAString_internal = nsAString; type nsAString_internal = nsAString;
use gecko_bindings::structs::mozilla::css::GridTemplateAreasValue; use gecko_bindings::structs::mozilla::css::GridTemplateAreasValue;
#[allow(unused_imports)]
use gecko_bindings::structs::mozilla::css::ImageValue; use gecko_bindings::structs::mozilla::css::ImageValue;
use gecko_bindings::structs::mozilla::css::URLValue; use gecko_bindings::structs::mozilla::css::URLValue;
use gecko_bindings::structs::mozilla::Side; use gecko_bindings::structs::mozilla::Side;
@ -1815,7 +1814,8 @@ extern "C" {
extern "C" { 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)
-> RawServoDeclarationBlockStrong; -> RawServoDeclarationBlockStrong;
} }
extern "C" { extern "C" {

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff