mirror of
https://github.com/servo/servo.git
synced 2025-06-27 02:23:41 +01:00
Add transparent Traceable and Untraceable types to aid proper rooting practices, and replace ad-hoc Untraceable structs with empty Encodable implementations.
This commit is contained in:
parent
7441dae1af
commit
742f73ded5
14 changed files with 217 additions and 195 deletions
|
@ -252,7 +252,7 @@ pub fn parse_html(page: &Page,
|
|||
resource_task: ResourceTask)
|
||||
-> HtmlParserResult {
|
||||
debug!("Hubbub: parsing {:?}", url);
|
||||
let next_subpage_id: SubpageId = *page.next_subpage_id.borrow();
|
||||
let next_subpage_id: SubpageId = *page.next_subpage_id.deref().borrow();
|
||||
// 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