From 239f1ae1a7f01b8acdea6cbe327a6b47b775e9cb Mon Sep 17 00:00:00 2001 From: Arnaud Marant Date: Sat, 12 Sep 2015 13:09:41 +0200 Subject: fix for Layout memory reporter uses pre-redirect url #6872 --- components/script/layout_interface.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'components/script/layout_interface.rs') diff --git a/components/script/layout_interface.rs b/components/script/layout_interface.rs index 4a78e23e23c..f18c850b077 100644 --- a/components/script/layout_interface.rs +++ b/components/script/layout_interface.rs @@ -86,6 +86,9 @@ pub enum Msg { /// /// This basically exists to keep the script-layout dependency one-way. CreateLayoutTask(NewLayoutTaskInfo), + + /// Set the final Url. + SetFinalUrl(Url), } /// Synchronous messages that script can send to layout. -- cgit v1.2.3