mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Move DOMRefCell back into script.
We’re not using it in style after all.
This commit is contained in:
parent
89a29a7f12
commit
c831369e3e
4 changed files with 5 additions and 8 deletions
|
@ -35,6 +35,7 @@ use cssparser::RGBA;
|
|||
use devtools_traits::CSSError;
|
||||
use devtools_traits::WorkerId;
|
||||
use dom::abstractworker::SharedRt;
|
||||
use dom::bindings::cell::DOMRefCell;
|
||||
use dom::bindings::js::{JS, Root};
|
||||
use dom::bindings::refcounted::{Trusted, TrustedPromise};
|
||||
use dom::bindings::reflector::{Reflectable, Reflector};
|
||||
|
@ -89,7 +90,6 @@ use std::sync::mpsc::{Receiver, Sender};
|
|||
use std::time::{SystemTime, Instant};
|
||||
use string_cache::{Atom, Namespace, QualName};
|
||||
use style::attr::{AttrIdentifier, AttrValue, LengthOrPercentageOrAuto};
|
||||
use style::domrefcell::DOMRefCell;
|
||||
use style::element_state::*;
|
||||
use style::properties::PropertyDeclarationBlock;
|
||||
use style::selector_impl::{ElementSnapshot, PseudoElement};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue