mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
net: Make most of the resource task messages serializable.
This commit is contained in:
parent
7e77285745
commit
9c9d7dc93b
15 changed files with 373 additions and 105 deletions
|
@ -392,7 +392,7 @@ impl<'a> HTMLScriptElementHelpers for &'a HTMLScriptElement {
|
|||
// encoding as the fallback encoding.
|
||||
|
||||
(UTF_8.decode(&*bytes, DecoderTrap::Replace).unwrap(), true,
|
||||
metadata.final_url)
|
||||
metadata.final_url.0)
|
||||
},
|
||||
|
||||
// Step 2.b.1.c.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue