Auto merge of #18963 - heycam:rm-property-id, r=upsuper

geckolib: Make Servo_DeclarationBlock_RemovePropertyById return whether it did remove a property.

From https://bugzilla.mozilla.org/show_bug.cgi?id=1408311, reviewed there by Xidorn.

<!-- 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/18963)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-10-20 05:26:18 -05:00 committed by GitHub
commit 7b61e3b6ee
2 changed files with 13 additions and 8 deletions

View file

@ -2733,7 +2733,7 @@ extern "C" {
pub fn Servo_DeclarationBlock_RemovePropertyById(declarations:
RawServoDeclarationBlockBorrowed,
property:
nsCSSPropertyID);
nsCSSPropertyID) -> bool;
}
extern "C" {
pub fn Servo_DeclarationBlock_HasCSSWideKeyword(declarations: