aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-10-23 04:50:38 -0600
committerbors-servo <metajack+bors@gmail.com>2015-10-23 04:50:38 -0600
commit4d737b51bb2053e9bb970b31b0516ac8810a061b (patch)
treecb143c311f01c3a3eace23e683726192772314ac /components/layout
parent44e4f1ee5ebf78b5e3039b6e5c71c1e5f164068d (diff)
parent1608450e4e61b409ce45371406fd87155721bc16 (diff)
downloadservo-4d737b51bb2053e9bb970b31b0516ac8810a061b.tar.gz
servo-4d737b51bb2053e9bb970b31b0516ac8810a061b.zip
Auto merge of #8155 - Ms2ger:join, r=jdm
Remove Window::layout_join_port. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8155) <!-- Reviewable:end -->
Diffstat (limited to 'components/layout')
-rw-r--r--components/layout/layout_task.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/layout/layout_task.rs b/components/layout/layout_task.rs
index 99c6b9d0d38..7dde0fe694c 100644
--- a/components/layout/layout_task.rs
+++ b/components/layout/layout_task.rs
@@ -1251,11 +1251,7 @@ impl LayoutTask {
}
// Tell script that we're done.
- //
- // FIXME(pcwalton): This should probably be *one* channel, but we can't fix this without
- // either select or a filtered recv() that only looks for messages of a given type.
data.script_join_chan.send(()).unwrap();
- data.script_chan.send(ConstellationControlMsg::ReflowComplete(self.id, data.id)).unwrap();
}
fn set_visible_rects<'a>(&'a self,