mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
refactor iframe element fields to support sending size to the constellation
This commit is contained in:
parent
86f0aacb3d
commit
666c29480e
4 changed files with 42 additions and 10 deletions
|
@ -603,7 +603,8 @@ impl ScriptTask {
|
|||
url.clone(),
|
||||
self.resource_task.clone(),
|
||||
self.image_cache_task.clone(),
|
||||
page.next_subpage_id.clone());
|
||||
page.next_subpage_id.clone(),
|
||||
self.constellation_chan.clone());
|
||||
|
||||
let HtmlParserResult {root, discovery_port} = html_parsing_result;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue