mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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 {
|
||||
fontbuf : @fontbuf,
|
||||
native_font : native_font,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue