mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-04-17 06:57:13 +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
|
begin
|
||||||
if Initialized then
|
if Initialized then
|
||||||
begin
|
begin
|
||||||
if (aFrameIdentifier <> low(int64)) then
|
if (aFrameIdentifier <> 0) then
|
||||||
TempFrame := FBrowser.GetFrameByident(aFrameIdentifier)
|
TempFrame := FBrowser.GetFrameByident(aFrameIdentifier)
|
||||||
else
|
else
|
||||||
TempFrame := FBrowser.MainFrame;
|
TempFrame := FBrowser.MainFrame;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user