mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 89.0.4389.0 (#843830)
- SSE3 is now required on x86 processors (see https://crbug.com/1123353).
This commit is contained in:
@@ -222,12 +222,11 @@ void CefRenderFrameObserver::OnLoadError() {
|
||||
const cef_errorcode_t errorCode =
|
||||
static_cast<cef_errorcode_t>(net::ERR_ABORTED);
|
||||
const std::string& errorText = net::ErrorToString(errorCode);
|
||||
const GURL failedUrl(frame_->GetURL().c_str());
|
||||
blink::WebLocalFrame* frame = render_frame()->GetWebFrame();
|
||||
CefRefPtr<CefBrowserImpl> browserPtr =
|
||||
CefBrowserImpl::GetBrowserForMainFrame(frame->Top());
|
||||
load_handler->OnLoadError(browserPtr.get(), frame_, errorCode,
|
||||
errorText, failedUrl.spec());
|
||||
errorText, frame_->GetURL());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user