diff --git a/source/uCEFExtensionHandler.pas b/source/uCEFExtensionHandler.pas index 465e7d42..77af1dec 100644 --- a/source/uCEFExtensionHandler.pas +++ b/source/uCEFExtensionHandler.pas @@ -320,7 +320,7 @@ begin include_incognito <> 0, TempBrowser); - if (TempBrowser <> nil) and (TempBrowser is TCefBrowserRef) then + if (TempBrowser <> nil) {$IFDEF DELPHI16_UP}and (TempBrowser is TCefBrowserRef){$ENDIF} then Result := TCefBrowserRef(TempBrowser).wrap; finally TempBrowser := nil; diff --git a/update_CEF4Delphi.json b/update_CEF4Delphi.json index a50efe6b..71e09af0 100644 --- a/update_CEF4Delphi.json +++ b/update_CEF4Delphi.json @@ -2,7 +2,7 @@ "UpdateLazPackages" : [ { "ForceNotify" : true, - "InternalVersion" : 174, + "InternalVersion" : 175, "Name" : "cef4delphi_lazarus.lpk", "Version" : "84.3.10.0" }