mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Avoid frequent intermittent failure in tests.
This commit is contained in:
parent
fada22ab53
commit
a3ef9ae422
1 changed files with 1 additions and 1 deletions
|
@ -1083,7 +1083,7 @@ impl ScriptThread {
|
|||
load.window_size = Some(size);
|
||||
return;
|
||||
}
|
||||
panic!("resize sent to nonexistent pipeline");
|
||||
warn!("resize sent to nonexistent pipeline");
|
||||
}
|
||||
|
||||
fn handle_viewport(&self, id: PipelineId, rect: Rect<f32>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue