mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Fix font segfaults
This commit is contained in:
parent
0bae84c985
commit
275d456118
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ impl Font {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn Font(fontbuf: ~[u8], native_font: NativeFont) -> Font {
|
fn Font(fontbuf: ~[u8], +native_font: NativeFont) -> Font {
|
||||||
Font {
|
Font {
|
||||||
fontbuf : @fontbuf,
|
fontbuf : @fontbuf,
|
||||||
native_font : native_font,
|
native_font : native_font,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue