mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
Update to latest Rust.
This commit is contained in:
parent
e0e5e1a2a7
commit
870db39836
75 changed files with 539 additions and 626 deletions
|
@ -93,8 +93,8 @@ impl Pipeline {
|
|||
}
|
||||
|
||||
pub fn reload(&self) {
|
||||
for self.url.iter().advance |&url| {
|
||||
self.script_chan.send(LoadMsg(url));
|
||||
for self.url.iter().advance |url| {
|
||||
self.script_chan.send(LoadMsg(url.clone()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue