mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
geckolib: Make Servo_DeclarationBlock_RemovePropertyById return whether it did remove a property.
This commit is contained in:
parent
89c1892b30
commit
01ed7fe4dd
2 changed files with 13 additions and 8 deletions
|
@ -2732,7 +2732,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