diff options
author | Cameron McCormack <cam@mcc.id.au> | 2017-10-19 15:49:08 +0800 |
---|---|---|
committer | Cameron McCormack <cam@mcc.id.au> | 2017-10-20 12:00:32 +0800 |
commit | 01ed7fe4dd53c419dd1e9c0463089c492b581311 (patch) | |
tree | 6b25a2749fdfc594948668726489bb42f8091c33 /components/style/gecko | |
parent | 89c1892b304fc0a609a291724286a0bf9ebf4605 (diff) | |
download | servo-01ed7fe4dd53c419dd1e9c0463089c492b581311.tar.gz servo-01ed7fe4dd53c419dd1e9c0463089c492b581311.zip |
geckolib: Make Servo_DeclarationBlock_RemovePropertyById return whether it did remove a property.
Diffstat (limited to 'components/style/gecko')
-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 3ffab7ccf56..60b1ad43a66 100644 --- a/components/style/gecko/generated/bindings.rs +++ b/components/style/gecko/generated/bindings.rs @@ -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: |