Loading dom/ipc/BrowserChild.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -986,6 +986,7 @@ mozilla::ipc::IPCResult BrowserChild::RecvLoadURL( MOZ_ASSERT(docShell); if (!docShell) { NS_WARNING("WebNavigation does not have a docshell"); return IPC_OK(); } docShell->LoadURI(aLoadState, true); Loading Loading
dom/ipc/BrowserChild.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -986,6 +986,7 @@ mozilla::ipc::IPCResult BrowserChild::RecvLoadURL( MOZ_ASSERT(docShell); if (!docShell) { NS_WARNING("WebNavigation does not have a docshell"); return IPC_OK(); } docShell->LoadURI(aLoadState, true); Loading