mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
fix for Layout memory reporter uses pre-redirect url #6872
This commit is contained in:
parent
8ba470d79f
commit
239f1ae1a7
3 changed files with 28 additions and 8 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue