Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Clark Gaebel committed Oct 28, 2014
1 parent 47091c0 commit e4d8741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/layout_task.rs
Expand Up @@ -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;

Expand Down

5 comments on commit e4d8741

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from pcwalton
at cgaebel@e4d8741

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging cgaebel/servo/fix-resize = e4d8741 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cgaebel/servo/fix-resize = e4d8741 merged ok, testing candidate = 3b6e035

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 3b6e035

Please sign in to comment.