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:
parent
f0efef886a
commit
fc72cc52ff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user