mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 74.0.3706.0 (#632463)
This commit is contained in:
@ -231,7 +231,7 @@ CefString CefFrameImpl::GetURL() {
|
||||
// the provisional document URL instead.
|
||||
blink::WebDocumentLoader* loader = frame_->GetProvisionalDocumentLoader();
|
||||
if (loader)
|
||||
gurl = loader->GetRequest().Url();
|
||||
gurl = loader->GetUrl();
|
||||
}
|
||||
url = gurl.spec();
|
||||
}
|
||||
|
Reference in New Issue
Block a user