mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Revert "Make DOMRefCell use style’s copy of RefCell"
This reverts commit ec723057b2
.
This commit is contained in:
parent
c831369e3e
commit
fbde392c3d
12 changed files with 10 additions and 35 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
//! A shareable mutable container for the DOM.
|
||||
|
||||
use style::refcell::{BorrowError, BorrowMutError, Ref, RefCell, RefMut};
|
||||
use std::cell::{BorrowError, BorrowMutError, Ref, RefCell, RefMut};
|
||||
use style::thread_state;
|
||||
|
||||
/// A mutable field in the DOM.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue