diff options
Diffstat (limited to 'components/gfx/font_cache_thread.rs')
-rw-r--r-- | components/gfx/font_cache_thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx/font_cache_thread.rs b/components/gfx/font_cache_thread.rs index 1ea34f523a7..773fe64fe46 100644 --- a/components/gfx/font_cache_thread.rs +++ b/components/gfx/font_cache_thread.rs @@ -521,7 +521,7 @@ impl FontCacheThread { }; let mut number_loading = 0; - stylesheet.effective_font_face_rules(&device, guard, |rule| { + stylesheet.effective_font_face_rules(device, guard, |rule| { let font_face = match rule.font_face() { Some(font_face) => font_face, None => return, |