mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Apply raw_ptr rewrite to libcef (see #3239)
This commit is contained in:
@ -57,7 +57,7 @@ CefRefPtr<CefRequestContext> CefExtensionImpl::GetLoaderContext() {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
return loader_context_;
|
||||
return loader_context_.get();
|
||||
}
|
||||
|
||||
bool CefExtensionImpl::IsLoaded() {
|
||||
|
Reference in New Issue
Block a user