diff options
Diffstat (limited to 'src/components/main/layout/context.rs')
-rw-r--r-- | src/components/main/layout/context.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/main/layout/context.rs b/src/components/main/layout/context.rs index d2ce78bd3d8..4e3ea7bb404 100644 --- a/src/components/main/layout/context.rs +++ b/src/components/main/layout/context.rs @@ -7,7 +7,6 @@ use css::matching::{ApplicableDeclarationsCache, StyleSharingCandidateCache}; use layout::util::OpaqueNode; -use extra::arc::{Arc, MutexArc}; use extra::url::Url; use geom::size::Size2D; use gfx::font_context::{FontContext, FontContextInfo}; @@ -23,6 +22,7 @@ use std::rt::Runtime; use std::rt::local::Local; use std::rt::task::Task; use style::{ComputedValues, Stylist}; +use sync::{Arc, MutexArc}; #[thread_local] static mut FONT_CONTEXT: *mut FontContext = 0 as *mut FontContext; |