mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Implement epochs; fix integration bugs
This commit is contained in:
parent
f2c00f7e28
commit
eb6973c7dc
9 changed files with 114 additions and 48 deletions
|
@ -161,7 +161,7 @@ impl Pipeline {
|
|||
}
|
||||
|
||||
pub fn reload(&mut self) {
|
||||
do self.url.clone().map_consume() |url| {
|
||||
do self.url.clone().map_move() |url| {
|
||||
self.load(url);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue