mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Make IFrameLoadInfo take an Option<LoadData> instead of Option<Url>
This commit is contained in:
parent
e1091128cd
commit
3110647852
4 changed files with 20 additions and 13 deletions
|
@ -1812,7 +1812,7 @@ impl ScriptThread {
|
|||
doc.find_iframe(subpage_id)
|
||||
});
|
||||
if let Some(iframe) = iframe.r() {
|
||||
iframe.navigate_or_reload_child_browsing_context(Some(load_data.url));
|
||||
iframe.navigate_or_reload_child_browsing_context(Some(load_data));
|
||||
}
|
||||
}
|
||||
None => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue