You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-22 22:17:48 +02:00
Update to CEF 133.4.6
This commit is contained in:
@ -204,7 +204,7 @@ end;
|
||||
|
||||
constructor TCefV8InterceptorOwn.Create;
|
||||
begin
|
||||
inherited CreateData(SizeOf(TCefV8InterceptorOwn));
|
||||
inherited CreateData(SizeOf(TCefV8Interceptor));
|
||||
|
||||
with PCefV8Interceptor(FData)^ do
|
||||
begin
|
||||
|
Reference in New Issue
Block a user