From c965b0f8380203066fa183a2cb4ef7996aa679ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20D=C3=ADaz=20Fau?= Date: Thu, 23 Oct 2025 16:30:52 +0200 Subject: [PATCH] Fixed build issue in old Delphi versions. --- source/uCEFMiscFunctions.pas | 2 +- update_CEF4Delphi.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/uCEFMiscFunctions.pas b/source/uCEFMiscFunctions.pas index 89df2843..a9beee26 100644 --- a/source/uCEFMiscFunctions.pas +++ b/source/uCEFMiscFunctions.pas @@ -3635,7 +3635,7 @@ begin CEF_RESULT_CODE_CLOUD_POLICY_ENROLLMENT_FAILED : Result := 'Cloud policy enrollment is failed or given up by user.'; CEF_RESULT_CODE_DOWNGRADE_AND_RELAUNCH : Result := 'Chrome was downgraded since the last launch. Perform downgrade processing and relaunch.'; CEF_RESULT_CODE_GPU_EXIT_ON_CONTEXT_LOST : Result := 'The GPU process was terminated due to context lost.'; - CEF_RESULT_CODE_NORMAL_EXIT_UPGRADE_RELAUNCHED : Result := 'Chrome detected that there was a new version waiting to launch and renamed the files and launched the new version. This result code is never returned from the main process, but is instead used as a signal for early termination of browser. See `IsNormalResultCode` below.'; + CEF_RESULT_CODE_NORMAL_EXIT_UPGRADE_RELAUNCHED : Result := 'Chrome detected that there was a new version waiting to launch and renamed the files and launched the new version.'; CEF_RESULT_CODE_NORMAL_EXIT_PACK_EXTENSION_SUCCESS : Result := 'An early startup command was executed and the browser must exit.'; CEF_RESULT_CODE_SYSTEM_RESOURCE_EXHAUSTED : Result := 'The browser process exited because system resource are exhausted. The system state can' + #39 + 't be recovered and will be unstable.'; CEF_RESULT_CODE_NORMAL_EXIT_AUTO_DE_ELEVATED : Result := 'The browser process exited because it was re-launched without elevation.'; diff --git a/update_CEF4Delphi.json b/update_CEF4Delphi.json index fc6ee949..9b0774ec 100644 --- a/update_CEF4Delphi.json +++ b/update_CEF4Delphi.json @@ -2,7 +2,7 @@ "UpdateLazPackages" : [ { "ForceNotify" : true, - "InternalVersion" : 809, + "InternalVersion" : 810, "Name" : "cef4delphi_lazarus.lpk", "Version" : "141.0.10" }