Regenerate bindings.

Bindings update corresponding to
https://hg.mozilla.org/incubator/stylo/rev/88d68e17f03c
This commit is contained in:
Cameron McCormack 2016-11-15 16:25:06 +08:00
parent 544f238572
commit 6274ed1798
3 changed files with 1296 additions and 1566 deletions

View file

@ -915,6 +915,10 @@ extern "C" {
extern "C" { extern "C" {
pub fn Servo_Node_ClearNodeData(node: RawGeckoNodeBorrowed); pub fn Servo_Node_ClearNodeData(node: RawGeckoNodeBorrowed);
} }
extern "C" {
pub fn Servo_StyleSheet_Empty(parsing_mode: SheetParsingMode)
-> RawServoStyleSheetStrong;
}
extern "C" { extern "C" {
pub fn Servo_StyleSheet_FromUTF8Bytes(data: *const nsACString_internal, pub fn Servo_StyleSheet_FromUTF8Bytes(data: *const nsACString_internal,
parsing_mode: SheetParsingMode, parsing_mode: SheetParsingMode,

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff