mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Move StylesheetSetRef to script
This commit is contained in:
parent
9d52feffbb
commit
d0b2e826ef
6 changed files with 75 additions and 65 deletions
|
@ -12,6 +12,7 @@ use crate::dom::htmlelement::HTMLElement;
|
|||
use crate::dom::htmlmetaelement::HTMLMetaElement;
|
||||
use crate::dom::node::{self, Node, VecPreOrderInsertionHelper};
|
||||
use crate::dom::window::Window;
|
||||
use crate::stylesheet_set::StylesheetSetRef;
|
||||
use euclid::Point2D;
|
||||
use js::jsapi::JS_GetRuntime;
|
||||
use script_layout_interface::message::{NodesFromPointQueryType, QueryMsg};
|
||||
|
@ -24,7 +25,6 @@ use style::context::QuirksMode;
|
|||
use style::invalidation::media_queries::{MediaListKey, ToMediaListKey};
|
||||
use style::media_queries::MediaList;
|
||||
use style::shared_lock::{SharedRwLock as StyleSharedRwLock, SharedRwLockReadGuard};
|
||||
use style::stylesheet_set::StylesheetSetRef;
|
||||
use style::stylesheets::{CssRule, Origin, Stylesheet};
|
||||
|
||||
#[derive(Clone, JSTraceable, MallocSizeOf)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue