diff options
author | Ms2ger <ms2ger@gmail.com> | 2014-05-11 20:37:55 +0200 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2014-05-11 20:37:55 +0200 |
commit | 8e9e930e3d7867b3ec62ffb347dd7fa62e677ad5 (patch) | |
tree | 3f0413c621e919eeb9f78f9048d1e49d6c64712d /src/components/script/html/hubbub_html_parser.rs | |
parent | 9a71af38b98560376d3db2c210f91c1cf0770acd (diff) | |
download | servo-8e9e930e3d7867b3ec62ffb347dd7fa62e677ad5.tar.gz servo-8e9e930e3d7867b3ec62ffb347dd7fa62e677ad5.zip |
Remove unused and misnamed url field on HTMLIFrameElement.
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(); |