This commit is contained in:
Manish Goregaokar 2017-07-17 18:45:19 -07:00
parent c33fa3effa
commit 8eafe6a3b7
6 changed files with 17 additions and 17 deletions

View file

@ -3358,7 +3358,6 @@ pub extern "C" fn Servo_StyleSet_HasStateDependency(
pub extern "C" fn Servo_GetCustomPropertyValue(computed_values: ServoComputedValuesBorrowed,
name: *const nsAString,
value: *mut nsAString) -> bool {
let custom_properties = match computed_values.custom_properties() {
Some(p) => p,
None => return false,