mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Upgrade to rust-url 1.0 and hyper 0.9
This commit is contained in:
parent
305c283602
commit
7932ab6ac2
76 changed files with 524 additions and 888 deletions
|
@ -448,7 +448,7 @@ impl HTMLScriptElement {
|
|||
let window = window_from_node(self);
|
||||
let mut rval = RootedValue::new(window.get_cx(), UndefinedValue());
|
||||
window.evaluate_script_on_global_with_result(&*source,
|
||||
&*url.serialize(),
|
||||
url.as_str(),
|
||||
rval.handle_mut());
|
||||
|
||||
// Step 2.b.7.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue