1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-01-03 10:15:38 +02:00

Fixed default frame identifier in TChromium.Internal_GetHTML

This commit is contained in:
Salvador Díaz Fau 2017-09-24 13:09:32 +02:00
parent f0efef886a
commit fc72cc52ff

View File

@ -1697,7 +1697,7 @@ var
begin
if Initialized then
begin
if (aFrameIdentifier <> low(int64)) then
if (aFrameIdentifier <> 0) then
TempFrame := FBrowser.GetFrameByident(aFrameIdentifier)
else
TempFrame := FBrowser.MainFrame;