From 8e9e930e3d7867b3ec62ffb347dd7fa62e677ad5 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sun, 11 May 2014 20:37:55 +0200 Subject: Remove unused and misnamed url field on HTMLIFrameElement. --- src/components/script/html/hubbub_html_parser.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/script/html/hubbub_html_parser.rs') 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(); -- cgit v1.2.3