style: Regenerate Gecko bindings.

This commit is contained in:
Cameron McCormack 2017-12-04 13:42:17 +08:00
parent 9a31d0d8d8
commit 64c5a8a6e8

View file

@ -1577,7 +1577,7 @@ extern "C" {
} extern "C" { } extern "C" {
pub fn Servo_IsValidCSSColor ( value : * const nsAString , ) -> bool ; pub fn Servo_IsValidCSSColor ( value : * const nsAString , ) -> bool ;
} extern "C" { } extern "C" {
pub fn Servo_ComputeColor ( set : RawServoStyleSetBorrowedOrNull , current_color : nscolor , value : * const nsAString , result_color : * mut nscolor , ) -> bool ; pub fn Servo_ComputeColor ( set : RawServoStyleSetBorrowedOrNull , current_color : nscolor , value : * const nsAString , result_color : * mut nscolor , was_current_color : * mut bool , loader : * mut Loader , ) -> bool ;
} extern "C" { } extern "C" {
pub fn Servo_ParseIntersectionObserverRootMargin ( value : * const nsAString , result : * mut nsCSSRect , ) -> bool ; pub fn Servo_ParseIntersectionObserverRootMargin ( value : * const nsAString , result : * mut nsCSSRect , ) -> bool ;
} extern "C" { } extern "C" {