aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/platform/windows/font_template.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/gfx/platform/windows/font_template.rs')
-rw-r--r--components/gfx/platform/windows/font_template.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx/platform/windows/font_template.rs b/components/gfx/platform/windows/font_template.rs
index 53eae0347fd..49deeee736f 100644
--- a/components/gfx/platform/windows/font_template.rs
+++ b/components/gfx/platform/windows/font_template.rs
@@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-use platform::windows::font_list::{descriptor_from_atom, font_from_atom};
+use crate::platform::windows::font_list::{descriptor_from_atom, font_from_atom};
use servo_atoms::Atom;
use std::fmt;
use std::io;