mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
stylo: Use the improved version of Gecko_GetStyleContext()
This commit is contained in:
parent
ad5fb58e07
commit
d85a60e366
3 changed files with 5 additions and 10 deletions
|
@ -455,7 +455,7 @@ impl Clone for ${style_struct.gecko_struct_name} {
|
|||
impl Debug for ${style_struct.gecko_struct_name} {
|
||||
// FIXME(bholley): Generate this.
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
write!(f, "GECKO STYLE STRUCT")
|
||||
write!(f, "Gecko style struct: ${style_struct.gecko_struct_name}")
|
||||
}
|
||||
}
|
||||
%else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue