aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/html/hubbub_html_parser.rs
diff options
context:
space:
mode:
authorbors-servo <release+servo@mozilla.com>2014-05-12 09:37:09 -0400
committerbors-servo <release+servo@mozilla.com>2014-05-12 09:37:09 -0400
commitb036bee532fafe3733eb3cb2ccad98fa85c23a92 (patch)
tree3f0413c621e919eeb9f78f9048d1e49d6c64712d /src/components/script/html/hubbub_html_parser.rs
parent9a71af38b98560376d3db2c210f91c1cf0770acd (diff)
parent8e9e930e3d7867b3ec62ffb347dd7fa62e677ad5 (diff)
downloadservo-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.rs1
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();