mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove obsolete comment (fixes #8209).
This commit is contained in:
parent
df4e614179
commit
208140d208
1 changed files with 0 additions and 3 deletions
|
@ -919,9 +919,6 @@ impl Window {
|
||||||
|
|
||||||
debug!("script: layout forked");
|
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() {
|
match join_port.try_recv() {
|
||||||
Err(Empty) => {
|
Err(Empty) => {
|
||||||
info!("script: waiting on layout");
|
info!("script: waiting on layout");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue