mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
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:
commit
7b61e3b6ee
2 changed files with 13 additions and 8 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue