mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +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);
|
load.window_size = Some(size);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
panic!("resize sent to nonexistent pipeline");
|
warn!("resize sent to nonexistent pipeline");
|
||||||
}
|
}
|
||||||
|
|
||||||
fn handle_viewport(&self, id: PipelineId, rect: Rect<f32>) {
|
fn handle_viewport(&self, id: PipelineId, rect: Rect<f32>) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue