diff --git a/CefSharp.Core/Internals/JavascriptCallbackProxy.cpp b/CefSharp.Core/Internals/JavascriptCallbackProxy.cpp index 324801f721..40d4badb68 100644 --- a/CefSharp.Core/Internals/JavascriptCallbackProxy.cpp +++ b/CefSharp.Core/Internals/JavascriptCallbackProxy.cpp @@ -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) {