aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/invalidation/element/restyle_hints.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/invalidation/element/restyle_hints.rs')
-rw-r--r--components/style/invalidation/element/restyle_hints.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/invalidation/element/restyle_hints.rs b/components/style/invalidation/element/restyle_hints.rs
index 18e2f96470a..a17c8b3d5b1 100644
--- a/components/style/invalidation/element/restyle_hints.rs
+++ b/components/style/invalidation/element/restyle_hints.rs
@@ -4,9 +4,9 @@
//! Restyle hints: an optimization to avoid unnecessarily matching selectors.
+use crate::traversal_flags::TraversalFlags;
#[cfg(feature = "gecko")]
use gecko_bindings::structs::nsRestyleHint;
-use traversal_flags::TraversalFlags;
bitflags! {
/// The kind of restyle we need to do for a given element.