We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3339bd commit c44f56fCopy full SHA for c44f56f
CefSharp.BrowserSubprocess.Core/CefAppUnmanagedWrapper.cpp
@@ -63,6 +63,11 @@ namespace CefSharp
63
//Multiple CefBrowserWrappers created when opening popups
64
_browserWrappers->TryAdd(browser->GetIdentifier(), wrapper);
65
66
+ if (!extraInfo.get())
67
+ {
68
+ return;
69
+ }
70
+
71
//For the main browser only we check LegacyBindingEnabled and
72
//load the objects. Popups don't send this information and checking
73
//will override the _legacyBindingEnabled field
0 commit comments