You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Update to CEF 3.2987.1594.g92fba9c
Bug fix for memory leak in TChromium.Internal_SavePreferences
This commit is contained in:
@@ -47,10 +47,10 @@ unit uCEFStringVisitor;
|
||||
interface
|
||||
|
||||
uses
|
||||
uCEFBase, uCEFInterfaces, uCEFTypes;
|
||||
uCEFBaseRefCounted, uCEFInterfaces, uCEFTypes;
|
||||
|
||||
type
|
||||
TCefStringVisitorOwn = class(TCefBaseOwn, ICefStringVisitor)
|
||||
TCefStringVisitorOwn = class(TCefBaseRefCountedOwn, ICefStringVisitor)
|
||||
protected
|
||||
procedure Visit(const str: ustring); virtual;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user