mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +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
|
@ -401,7 +401,7 @@ pub fn parse_html(cx: *JSContext,
|
|||
future_chan: Some(chan),
|
||||
constellation_chan: constellation_chan.clone(),
|
||||
});
|
||||
iframe_chan.send(HtmlDiscoveredIFrame(iframe_url, subpage_id, size_future));
|
||||
iframe_chan.send(HtmlDiscoveredIFrame((iframe_url, subpage_id, size_future)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue