Update to Chromium version 126.0.6478.0 (#1300313)

This commit is contained in:
Marshall Greenblatt
2024-05-22 21:52:35 -04:00
parent bc1b856b96
commit 701fc03f00
127 changed files with 915 additions and 909 deletions

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=b1970fff502586e8d6d473b36ec3d8008fbf7c2a$
// $hash=c59808566c2a9f2d204b6724bb5a905aeb0e7620$
//
#include "libcef_dll/cpptoc/v8value_cpptoc.h"
@ -782,7 +782,6 @@ int CEF_CALLBACK v8value_set_value_byindex(struct _cef_v8value_t* self,
int CEF_CALLBACK
v8value_set_value_byaccessor(struct _cef_v8value_t* self,
const cef_string_t* key,
cef_v8_accesscontrol_t settings,
cef_v8_propertyattribute_t attribute) {
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
@ -793,8 +792,8 @@ v8value_set_value_byaccessor(struct _cef_v8value_t* self,
// Unverified params: key
// Execute
bool _retval = CefV8ValueCppToC::Get(self)->SetValue(CefString(key), settings,
attribute);
bool _retval =
CefV8ValueCppToC::Get(self)->SetValue(CefString(key), attribute);
// Return type: bool
return _retval;