aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko/restyle_damage.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/gecko/restyle_damage.rs')
-rw-r--r--components/style/gecko/restyle_damage.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/gecko/restyle_damage.rs b/components/style/gecko/restyle_damage.rs
index 4d6c1269eb8..39fdafebd5d 100644
--- a/components/style/gecko/restyle_damage.rs
+++ b/components/style/gecko/restyle_damage.rs
@@ -10,7 +10,7 @@ use gecko_bindings::structs::{nsChangeHint, nsStyleContext};
use gecko_bindings::sugar::ownership::FFIArcHelpers;
use properties::ComputedValues;
use std::ops::{BitAnd, BitOr, BitOrAssign, Not};
-use std::sync::Arc;
+use stylearc::Arc;
/// The representation of Gecko's restyle damage is just a wrapper over
/// `nsChangeHint`.