Skip to content

Commit

Permalink
JavascriptCallbackProxy - Remove comment that's no longer relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Jun 14, 2019
1 parent c230e9b commit 2ee4fd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CefSharp.Core/Internals/JavascriptCallbackProxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ namespace CefSharp
}

//If the frame Id is still valid then we can attemp to execute the callback
//NOTE: Currently it appears that the same FrameId is reused until a render process
//switch occurs, when a new frame Id is allocated.
auto frame = browser->GetFrame(_callback->FrameId);
if (frame == nullptr)
{
Expand Down

0 comments on commit 2ee4fd5

Please sign in to comment.