aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_task.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/layout_task.rs')
-rw-r--r--components/layout/layout_task.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/layout_task.rs b/components/layout/layout_task.rs
index a0ffd5d9549..505676e126b 100644
--- a/components/layout/layout_task.rs
+++ b/components/layout/layout_task.rs
@@ -1491,7 +1491,6 @@ impl LayoutTask {
// "changed":
// > node.set_changed(true);
node.set_dirty(true);
- node.set_dirty_siblings(true);
node.set_dirty_descendants(true);
}
}