aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/context.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/context.rs')
-rw-r--r--components/layout/context.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/components/layout/context.rs b/components/layout/context.rs
index f433c121f7e..1e376166300 100644
--- a/components/layout/context.rs
+++ b/components/layout/context.rs
@@ -129,9 +129,7 @@ pub struct SharedLayoutContext {
pub goal: ReflowGoal,
}
-pub struct SharedLayoutContextWrapper(pub *const SharedLayoutContext);
-
-unsafe impl Send for SharedLayoutContextWrapper {}
+unsafe impl Send for SharedLayoutContext {}
pub struct LayoutContext<'a> {
pub shared: &'a SharedLayoutContext,