diff options
author | Xidorn Quan <me@upsuper.org> | 2018-02-10 19:58:30 +1100 |
---|---|---|
committer | Xidorn Quan <me@upsuper.org> | 2018-02-10 19:58:30 +1100 |
commit | b9ef2bbdd5c893dce74610f93189331513f5c9fc (patch) | |
tree | 138044229b9f1f9be5cd65c25f78b8c47fb32f01 /components/style/gecko/generated/bindings.rs | |
parent | 1d8e78720b06823e7f77b52a2b8fbd805d2cf2c0 (diff) | |
download | servo-b9ef2bbdd5c893dce74610f93189331513f5c9fc.tar.gz servo-b9ef2bbdd5c893dce74610f93189331513f5c9fc.zip |
Return whether property was removed from Servo_DeclarationBlock_RemoveProperty.
Diffstat (limited to 'components/style/gecko/generated/bindings.rs')
-rw-r--r-- | components/style/gecko/generated/bindings.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/gecko/generated/bindings.rs b/components/style/gecko/generated/bindings.rs index cad7e4054e1..ebd39c6bb65 100644 --- a/components/style/gecko/generated/bindings.rs +++ b/components/style/gecko/generated/bindings.rs @@ -2840,7 +2840,7 @@ extern "C" { pub fn Servo_DeclarationBlock_RemoveProperty( declarations: RawServoDeclarationBlockBorrowed, property: *const nsACString, - ); + ) -> bool; } extern "C" { pub fn Servo_DeclarationBlock_RemovePropertyById( |