diff options
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r-- | components/script/script_thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs index 107902b88ee..4768273c16e 100644 --- a/components/script/script_thread.rs +++ b/components/script/script_thread.rs @@ -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 => { |