servo: Merge #8332 - Remove obsolete comment (fixes #8209) (from Ms2ger:8209-comment); r=frewsxcv

Source-Repo: https://github.com/servo/servo
Source-Revision: 1dc144d1687cc6d89b29be859454e7ef73fb341d
This commit is contained in:
Ms2ger 2015-11-05 05:56:54 +05:01
Родитель 0b806539c8
Коммит 8ed2253990
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -919,9 +919,6 @@ impl Window {
debug!("script: layout forked");
// FIXME(cgaebel): this is racey. What if the compositor triggers a
// reflow between the "join complete" message and returning from this
// function?
match join_port.try_recv() {
Err(Empty) => {
info!("script: waiting on layout");