From f7f81e0ed0b62402db291e28a9bb16f7194ebf78 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 23 Jun 2016 16:02:33 +0200 Subject: Use our copy of RefCell for style data. This allows removing `#![feature(as_unsafe_cell)]` in geckolib and make progress towards #11815. --- components/script_layout_interface/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script_layout_interface/lib.rs') diff --git a/components/script_layout_interface/lib.rs b/components/script_layout_interface/lib.rs index c2e06e3dcf7..805deb45349 100644 --- a/components/script_layout_interface/lib.rs +++ b/components/script_layout_interface/lib.rs @@ -52,7 +52,7 @@ use core::nonzero::NonZero; use ipc_channel::ipc::IpcSender; use libc::c_void; use restyle_damage::RestyleDamage; -use std::cell::RefCell; +use style::refcell::RefCell; use style::servo::PrivateStyleData; pub struct PartialStyleAndLayoutData { -- cgit v1.2.3