You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-08-04 21:32:54 +02:00
Fixed default frame identifier in TChromium.Internal_GetHTML
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user