mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Make DOMRefCell use style’s copy of RefCell
This commit is contained in:
parent
edbd88cce5
commit
ec723057b2
12 changed files with 31 additions and 24 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
use dom::bindings::trace::JSTraceable;
|
||||
use js::jsapi::JSTracer;
|
||||
use std::cell::{BorrowError, BorrowMutError, Ref, RefCell, RefMut};
|
||||
use style::refcell::{BorrowError, BorrowMutError, Ref, RefCell, RefMut};
|
||||
use style::thread_state;
|
||||
use style::thread_state::SCRIPT;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue