mirror of
https://github.com/servo/servo.git
synced 2025-08-28 16:48:22 +01:00
Update Rust version again
This gets us the new runtime.
This commit is contained in:
parent
ef50acfa89
commit
a2d9810b69
49 changed files with 129 additions and 129 deletions
|
@ -756,7 +756,7 @@ impl ScriptTask {
|
|||
}
|
||||
}
|
||||
|
||||
priv fn load_url_from_element(&self, page: @mut Page, element: &Element) {
|
||||
fn load_url_from_element(&self, page: @mut Page, element: &Element) {
|
||||
// if the node's element is "a," load url from href attr
|
||||
let attr = element.get_attr("href");
|
||||
for href in attr.iter() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue