mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
navigation bug fix
This commit is contained in:
parent
b7e2eab2f4
commit
43491d5b23
4 changed files with 17 additions and 14 deletions
|
@ -241,6 +241,7 @@ pub fn parse_html(cx: *JSContext,
|
|||
url: Url,
|
||||
resource_task: ResourceTask,
|
||||
image_cache_task: ImageCacheTask) -> HtmlParserResult {
|
||||
debug!("Hubbub: parsing %?", url);
|
||||
// Spawn a CSS parser to receive links to CSS style sheets.
|
||||
let resource_task2 = resource_task.clone();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue