diff --git a/demos/Delphi_VCL/JavaScript/JSWindowBindingSubProcess/SubProcess.dpr b/demos/Delphi_VCL/JavaScript/JSWindowBindingSubProcess/SubProcess.dpr
index 8bf3a8ca..35b70e4f 100644
--- a/demos/Delphi_VCL/JavaScript/JSWindowBindingSubProcess/SubProcess.dpr
+++ b/demos/Delphi_VCL/JavaScript/JSWindowBindingSubProcess/SubProcess.dpr
@@ -45,7 +45,7 @@ uses
{$ELSE}
Windows,
{$ENDIF}
- uCEFApplication,
+ uCEFApplicationCore,
uCEFConstants,
uCEFv8Value,
uCEFInterfaces;
@@ -66,7 +66,7 @@ begin
end;
begin
- GlobalCEFApp := TCefApplication.Create;
+ GlobalCEFApp := TCefApplicationCore.Create;
GlobalCEFApp.OnContextCreated := GlobalCEFApp_OnContextCreated;
// The main process and the subprocess *MUST* have the same FrameworkDirPath, ResourcesDirPath,
diff --git a/demos/Lazarus/JavaScript/JSWindowBindingSubProcess/SubProcess.lpr b/demos/Lazarus/JavaScript/JSWindowBindingSubProcess/SubProcess.lpr
index 698b8598..5483c3ef 100644
--- a/demos/Lazarus/JavaScript/JSWindowBindingSubProcess/SubProcess.lpr
+++ b/demos/Lazarus/JavaScript/JSWindowBindingSubProcess/SubProcess.lpr
@@ -47,7 +47,7 @@ uses
{$ELSE}
LCLIntf, LCLType, LMessages, Forms, Interfaces,
{$ENDIF}
- uCEFApplication,
+ uCEFApplicationCore,
uCEFConstants,
uCEFv8Value,
uCEFInterfaces;
@@ -68,7 +68,7 @@ begin
end;
begin
- GlobalCEFApp := TCefApplication.Create;
+ GlobalCEFApp := TCefApplicationCore.Create;
GlobalCEFApp.OnContextCreated := GlobalCEFApp_OnContextCreated;
// The main process and the subprocess *MUST* have the same FrameworkDirPath, ResourcesDirPath,
diff --git a/demos/Lazarus/JavaScript/JSWindowBindingSubProcess/SubProcess.lps b/demos/Lazarus/JavaScript/JSWindowBindingSubProcess/SubProcess.lps
index 14002b37..c4f0f1b1 100644
--- a/demos/Lazarus/JavaScript/JSWindowBindingSubProcess/SubProcess.lps
+++ b/demos/Lazarus/JavaScript/JSWindowBindingSubProcess/SubProcess.lps
@@ -9,8 +9,8 @@
-
-
+
+
diff --git a/update_CEF4Delphi.json b/update_CEF4Delphi.json
index 4457ca71..b344b602 100644
--- a/update_CEF4Delphi.json
+++ b/update_CEF4Delphi.json
@@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
- "InternalVersion" : 60,
+ "InternalVersion" : 61,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "78.3.1.0"
}