Skip to content

Commit

Permalink
Auto merge of #19799 - emilio:everything-is-red, r=emilio
Browse files Browse the repository at this point in the history
style: Remove new function added to the build from bindings.rs

Since it was removed from gecko, and this confuses a lot to
ports/geckolib/tests/build.rs.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19799)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Jan 18, 2018
2 parents 8612a87 + 8c0e455 commit 1f6a864
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/style/gecko/generated/bindings.rs
Expand Up @@ -1151,8 +1151,6 @@ extern "C" {
pub fn Servo_Element_IsDisplayNone ( element : RawGeckoElementBorrowed , ) -> bool ;
} extern "C" {
pub fn Servo_Element_IsPrimaryStyleReusedViaRuleNode ( element : RawGeckoElementBorrowed , ) -> bool ;
} extern "C" {
pub fn Servo_InvalidateStyleForDocStateChanges ( root : RawGeckoElementBorrowed , sets : * const nsTArray < RawServoStyleSetBorrowed > , aStatesChanged : u64 , ) ;
} extern "C" {
pub fn Servo_StyleSheet_FromUTF8Bytes ( loader : * mut Loader , gecko_stylesheet : * mut ServoStyleSheet , data : * const u8 , data_len : usize , parsing_mode : SheetParsingMode , extra_data : * mut RawGeckoURLExtraData , line_number_offset : u32 , quirks_mode : nsCompatibility , reusable_sheets : * mut LoaderReusableStyleSheets , ) -> RawServoStyleSheetContentsStrong ;
} extern "C" {
Expand Down Expand Up @@ -1597,4 +1595,4 @@ extern "C" {
pub fn Gecko_IsInServoTraversal ( ) -> bool ;
} extern "C" {
pub fn Gecko_IsMainThread ( ) -> bool ;
}
}

0 comments on commit 1f6a864

Please sign in to comment.