aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/stylesheet_set.rs
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2017-06-02 16:34:13 +0200
committerEmilio Cobos Álvarez <emilio@crisal.io>2017-06-03 14:18:56 +0200
commitb5232c940dfcb911ba3741106017bc0a962cc45f (patch)
tree3f4353670f831be8c3b01d639f541a96e55f5ab4 /components/style/stylesheet_set.rs
parent8a9d9ab2f9d7d384ac0e94671fae705088c26399 (diff)
downloadservo-b5232c940dfcb911ba3741106017bc0a962cc45f.tar.gz
servo-b5232c940dfcb911ba3741106017bc0a962cc45f.zip
style: Move the stylesheet invalidation code to another submodule.
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1357461 MozReview-Commit-ID: DIzZXoHycZs
Diffstat (limited to 'components/style/stylesheet_set.rs')
-rw-r--r--components/style/stylesheet_set.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/stylesheet_set.rs b/components/style/stylesheet_set.rs
index 2908d81bef4..5746446d2cf 100644
--- a/components/style/stylesheet_set.rs
+++ b/components/style/stylesheet_set.rs
@@ -5,7 +5,7 @@
//! A centralized set of stylesheets for a document.
use dom::TElement;
-use invalidation::StylesheetInvalidationSet;
+use invalidation::stylesheets::StylesheetInvalidationSet;
use shared_lock::SharedRwLockReadGuard;
use std::slice;
use stylearc::Arc;