Bug 1317178 - Use single_value_to_css in Servo_DeclarationBlock_SerializeOneValue. r=manishearth

This commit is contained in:
Boris Chiou 2016-11-22 19:20:00 +08:00
parent c8e39dcdf6
commit bec05615d1
2 changed files with 8 additions and 19 deletions

View file

@ -1073,6 +1073,8 @@ extern "C" {
extern "C" {
pub fn Servo_DeclarationBlock_SerializeOneValue(declarations:
RawServoDeclarationBlockBorrowed,
property: *mut nsIAtom,
is_custom: bool,
buffer: *mut nsString);
}
extern "C" {