mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 126.0.6478.0 (#1300313)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=3f2600b370dd8fbcb78b1728e458584bf24358f3$
|
||||
// $hash=856fc6c190d0e3376824564155618e468764e841$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/v8value_ctocpp.h"
|
||||
@@ -790,7 +790,6 @@ bool CefV8ValueCToCpp::SetValue(int index, CefRefPtr<CefV8Value> value) {
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
bool CefV8ValueCToCpp::SetValue(const CefString& key,
|
||||
AccessControl settings,
|
||||
PropertyAttribute attribute) {
|
||||
cef_v8value_t* _struct = GetStruct();
|
||||
if (CEF_MEMBER_MISSING(_struct, set_value_byaccessor)) {
|
||||
@@ -802,8 +801,8 @@ bool CefV8ValueCToCpp::SetValue(const CefString& key,
|
||||
// Unverified params: key
|
||||
|
||||
// Execute
|
||||
int _retval = _struct->set_value_byaccessor(_struct, key.GetStruct(),
|
||||
settings, attribute);
|
||||
int _retval =
|
||||
_struct->set_value_byaccessor(_struct, key.GetStruct(), attribute);
|
||||
|
||||
// Return type: bool
|
||||
return _retval ? true : false;
|
||||
|
Reference in New Issue
Block a user