mirror of
https://github.com/servo/servo.git
synced 2025-06-14 11:24:33 +00:00
Remove unused and misnamed url field on HTMLIFrameElement.
This commit is contained in:
parent
9a71af38b9
commit
8e9e930e3d
2 changed files with 0 additions and 10 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue