refactor iframe element fields to support sending size to the constellation

This commit is contained in:
Tim Kuehn 2013-08-07 17:52:09 -07:00
parent 86f0aacb3d
commit 666c29480e
4 changed files with 42 additions and 10 deletions

View file

@ -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;