diff options
author | bors-servo <release+servo@mozilla.com> | 2014-05-12 09:37:09 -0400 |
---|---|---|
committer | bors-servo <release+servo@mozilla.com> | 2014-05-12 09:37:09 -0400 |
commit | b036bee532fafe3733eb3cb2ccad98fa85c23a92 (patch) | |
tree | 3f0413c621e919eeb9f78f9048d1e49d6c64712d /src/components/script/html/hubbub_html_parser.rs | |
parent | 9a71af38b98560376d3db2c210f91c1cf0770acd (diff) | |
parent | 8e9e930e3d7867b3ec62ffb347dd7fa62e677ad5 (diff) | |
download | servo-b036bee532fafe3733eb3cb2ccad98fa85c23a92.tar.gz servo-b036bee532fafe3733eb3cb2ccad98fa85c23a92.zip |
auto merge of #2401 : Ms2ger/servo/iframe-url, r=jdm
Diffstat (limited to 'src/components/script/html/hubbub_html_parser.rs')
-rw-r--r-- | src/components/script/html/hubbub_html_parser.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/script/html/hubbub_html_parser.rs b/src/components/script/html/hubbub_html_parser.rs index 37f8c63f95b..143e58bf7b9 100644 --- a/src/components/script/html/hubbub_html_parser.rs +++ b/src/components/script/html/hubbub_html_parser.rs @@ -385,7 +385,6 @@ pub fn parse_html(page: &Page, let sandboxed = iframe_element.is_sandboxed(); for src in src_opt.iter() { let iframe_url = parse_url(*src, Some(url2.clone())); - iframe_element.set_frame(iframe_url.clone()); // Subpage Id let subpage_id = *next_subpage_id.borrow(); |