mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Auto merge of #8332 - Ms2ger:8209-comment, r=frewsxcv
Remove obsolete comment (fixes #8209). <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8332) <!-- Reviewable:end -->
This commit is contained in:
commit
1dc144d168
1 changed files with 0 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue