aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/shared_lock.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/shared_lock.rs')
-rw-r--r--components/style/shared_lock.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/shared_lock.rs b/components/style/shared_lock.rs
index 9bb54a274c6..e79f684a7bb 100644
--- a/components/style/shared_lock.rs
+++ b/components/style/shared_lock.rs
@@ -237,7 +237,7 @@ pub trait ToCssWithGuard {
#[cfg(feature = "gecko")]
pub struct DeepCloneParams {
/// The new sheet we're cloning rules into.
- pub reference_sheet: *const ::gecko_bindings::structs::ServoStyleSheet,
+ pub reference_sheet: *const ::gecko_bindings::structs::StyleSheet,
}
/// Parameters needed for deep clones.