summaryrefslogtreecommitdiffstats
path: root/chromium/content/browser/frame_host/render_frame_host_manager.cc
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-03-05 17:34:47 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-03-06 10:04:14 +0000
commiteaf1da4d961fbbda9455f9af3b23d1af777f43fa (patch)
tree95970599ecee31c4f7f940bc97ac98c61a3d0cad /chromium/content/browser/frame_host/render_frame_host_manager.cc
parent38a9a29f4f9436cace7f0e7abf9c586057df8a4e (diff)
BASELINE: Update Chromium to 73.0.3683.64
Change-Id: I76517dc277ba4e16bfd7e098fda3d079656b3b9f Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/content/browser/frame_host/render_frame_host_manager.cc')
-rw-r--r--chromium/content/browser/frame_host/render_frame_host_manager.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/chromium/content/browser/frame_host/render_frame_host_manager.cc b/chromium/content/browser/frame_host/render_frame_host_manager.cc
index dce34d55315..f9f8e5204d1 100644
--- a/chromium/content/browser/frame_host/render_frame_host_manager.cc
+++ b/chromium/content/browser/frame_host/render_frame_host_manager.cc
@@ -515,9 +515,7 @@ RenderFrameHostImpl* RenderFrameHostManager::GetFrameHostForNavigation(
// See https://crbug.com/926820 and https://crbug.com/927705.
if (!current_frame_host()->is_active()) {
NOTREACHED() << "Navigation in an inactive frame";
- NavigationHandle* handle = request.navigation_handle();
- DEBUG_ALIAS_FOR_GURL(url_from, handle->GetPreviousURL())
- DEBUG_ALIAS_FOR_GURL(url_to, handle->GetURL())
+ DEBUG_ALIAS_FOR_GURL(url, request.common_params().url);
base::debug::DumpWithoutCrashing();
}