aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/script/script_thread.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs
index eec1853239e..51460cd4bb9 100644
--- a/components/script/script_thread.rs
+++ b/components/script/script_thread.rs
@@ -1087,7 +1087,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>) {