From 2416072dc2b264191ab9a6515a8f9c3415849b71 Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Thu, 2 Jun 2016 15:12:00 -0500 Subject: Avoid deadlock when shutting down. --- components/script_traits/script_msg.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/script_traits/script_msg.rs') diff --git a/components/script_traits/script_msg.rs b/components/script_traits/script_msg.rs index d1f56a6e790..241833bc13f 100644 --- a/components/script_traits/script_msg.rs +++ b/components/script_traits/script_msg.rs @@ -110,6 +110,8 @@ pub enum ScriptMsg { TouchEventProcessed(EventResult), /// Get Scroll Offset GetScrollOffset(PipelineId, LayerId, IpcSender>), + /// Notifies the constellation that this pipeline has exited. + PipelineExited(PipelineId), /// Requests that the compositor shut down. Exit, } -- cgit v1.2.3