Avoid frequent intermittent failure in tests.

This commit is contained in:
Josh Matthews 2016-06-10 14:54:44 +01:00
parent fada22ab53
commit a3ef9ae422

View file

@ -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>) {