mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 66afc5e5 (#540276)
This commit is contained in:
@@ -1109,7 +1109,7 @@ bool CefListValueImpl::SetSize(size_t size) {
|
||||
RemoveInternal(i);
|
||||
} else if (size > 0) {
|
||||
// Expand the list size.
|
||||
mutable_value()->Set(size - 1, base::MakeUnique<base::Value>());
|
||||
mutable_value()->Set(size - 1, std::make_unique<base::Value>());
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user