mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 121.0.6167.0 (#1233107)
This commit is contained in:
@ -80,7 +80,8 @@ void XMLCALL xml_error_callback(void* arg,
|
||||
* Signature of the function to use when there is an error and
|
||||
* the module handles the new error reporting mechanism.
|
||||
*/
|
||||
void XMLCALL xml_structured_error_callback(void* userData, xmlErrorPtr error) {
|
||||
void XMLCALL xml_structured_error_callback(void* userData,
|
||||
const xmlError* error) {
|
||||
if (!error->message) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user