Skip to content

Commit

Permalink
Auto merge of #12517 - Manishearth:sync, r=heycam
Browse files Browse the repository at this point in the history
Resync bindings

Corresponds to the tmp-stylo-rebase branch on servo/gecko-dev

Still testing locally

<!-- 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/12517)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Jul 20, 2016
2 parents 73cfab0 + c94173a commit 5832008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/geckolib/gecko_bindings/bindings.rs
Expand Up @@ -293,7 +293,7 @@ extern "C" {
pub fn Servo_StyleSheetHasRules(sheet: *mut RawServoStyleSheet) -> bool;
pub fn Servo_InitStyleSet() -> *mut RawServoStyleSet;
pub fn Servo_DropStyleSet(set: *mut RawServoStyleSet);
pub fn Servo_ParseStyleAttribute(bytes: *const u8, length: u8,
pub fn Servo_ParseStyleAttribute(bytes: *const u8, length: u32,
cache: *mut nsHTMLCSSStyleSheet)
-> *mut ServoDeclarationBlock;
pub fn Servo_DropDeclarationBlock(declarations:
Expand All @@ -305,7 +305,7 @@ extern "C" {
*mut ServoDeclarationBlock);
pub fn Servo_ClearDeclarationBlockCachePointer(declarations:
*mut ServoDeclarationBlock);
pub fn Servo_CSSSupports(property: *const u8, property_length: u32,
pub fn Servo_CSSSupports(name: *const u8, name_length: u32,
value: *const u8, value_length: u32) -> bool;
pub fn Servo_GetComputedValues(node: *mut RawGeckoNode)
-> *mut ServoComputedValues;
Expand Down

0 comments on commit 5832008

Please sign in to comment.