From e4d8741991f09d21470903eadfb48d665df2f674 Mon Sep 17 00:00:00 2001 From: Clark Gaebel Date: Tue, 28 Oct 2014 10:28:24 -0700 Subject: [PATCH] remove warning --- components/layout/layout_task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;