Remove Traceable/Untraceable from window.rs

This commit is contained in:
Manish Goregaokar 2014-09-29 06:01:13 +05:30
parent a8f96ddfb2
commit 22567762a0
4 changed files with 30 additions and 23 deletions

View file

@ -165,7 +165,7 @@ impl Page {
if damaged {
let frame = self.frame();
let window = frame.as_ref().unwrap().window.root();
self.reflow(goal, window.control_chan.clone(), &**window.compositor);
self.reflow(goal, window.control_chan.clone(), &*window.compositor);
} else {
self.avoided_reflows.set(self.avoided_reflows.get() + 1);
}