mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update generated files for int/char typedef removal (see #3507)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=fbc7a64ec7f731112c32185bf2ecd9bfd9920a34$
|
||||
// $hash=f058d18f988de0b2bbc131907080bdef50fe6290$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/task_runner_ctocpp.h"
|
||||
@@ -131,7 +131,7 @@ bool CefTaskRunnerCToCpp::PostTask(CefRefPtr<CefTask> task) {
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
bool CefTaskRunnerCToCpp::PostDelayedTask(CefRefPtr<CefTask> task,
|
||||
int64 delay_ms) {
|
||||
int64_t delay_ms) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_task_runner_t* _struct = GetStruct();
|
||||
|
Reference in New Issue
Block a user