diff --git a/components/layout/layout_task.rs b/components/layout/layout_task.rs index 319364743d6..7768ae5198d 100644 --- a/components/layout/layout_task.rs +++ b/components/layout/layout_task.rs @@ -603,7 +603,7 @@ impl LayoutTask { &data.url); // Handle conditions where the entire flow tree is invalid. - let mut needs_dirtying = rw_data.stylesheet_dirty; + let needs_dirtying = rw_data.stylesheet_dirty; let mut needs_reflow = current_screen_size != old_screen_size;