Added panic message to failures.

This commit is contained in:
Alan Jeffrey 2016-04-13 16:09:48 -05:00
parent dfb482a2b7
commit 8c0fa01884
9 changed files with 88 additions and 37 deletions

View file

@ -286,7 +286,7 @@ impl LayoutThreadFactory for LayoutThread {
}
let _ = shutdown_chan.send(());
let _ = content_process_shutdown_chan.send(());
}, ConstellationMsg::Failure(failure_msg), con_chan);
}, failure_msg, con_chan);
}
}