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;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=962bf2f9c8f5628a19f96d379edbf5e83313a858$
|
||||
// $hash=82c0a5d4a178b6731729c6fcc267388c19471cb0$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_V8VALUE_CTOCPP_H_
|
||||
@@ -72,9 +72,7 @@ class CefV8ValueCToCpp
|
||||
CefRefPtr<CefV8Value> value,
|
||||
PropertyAttribute attribute) override;
|
||||
bool SetValue(int index, CefRefPtr<CefV8Value> value) override;
|
||||
bool SetValue(const CefString& key,
|
||||
AccessControl settings,
|
||||
PropertyAttribute attribute) override;
|
||||
bool SetValue(const CefString& key, PropertyAttribute attribute) override;
|
||||
bool GetKeys(std::vector<CefString>& keys) override;
|
||||
bool SetUserData(CefRefPtr<CefBaseRefCounted> user_data) override;
|
||||
CefRefPtr<CefBaseRefCounted> GetUserData() override;
|
||||
|
Reference in New Issue
Block a user