mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 106.0.5249.0 (#1036826)
This commit is contained in:
@@ -15,10 +15,10 @@ CefExtensionImpl::CefExtensionImpl(const extensions::Extension* extension,
|
||||
CefRefPtr<CefExtensionHandler> handler)
|
||||
: id_(extension->id()),
|
||||
path_(extension->path().value()),
|
||||
manifest_(
|
||||
new CefDictionaryValueImpl(extension->manifest()->value()->DeepCopy(),
|
||||
true,
|
||||
true)),
|
||||
manifest_(new CefDictionaryValueImpl(
|
||||
extension->manifest()->value()->CreateDeepCopy().release(),
|
||||
true,
|
||||
true)),
|
||||
loader_context_(loader_context),
|
||||
handler_(handler) {}
|
||||
|
||||
|
Reference in New Issue
Block a user