Return whether property was removed from Servo_DeclarationBlock_RemoveProperty.

This commit is contained in:
Xidorn Quan 2018-02-10 19:58:30 +11:00
parent 1d8e78720b
commit b9ef2bbdd5
2 changed files with 3 additions and 3 deletions

View file

@ -2840,7 +2840,7 @@ extern "C" {
pub fn Servo_DeclarationBlock_RemoveProperty(
declarations: RawServoDeclarationBlockBorrowed,
property: *const nsACString,
);
) -> bool;
}
extern "C" {
pub fn Servo_DeclarationBlock_RemovePropertyById(