remove warning

This commit is contained in:
Clark Gaebel 2014-10-28 10:28:24 -07:00
parent 47091c014d
commit e4d8741991

View file

@ -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;