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 13977ce commit 0772fccCopy full SHA for 0772fcc
Client/cefweb/CefWeb.cpp
@@ -53,7 +53,7 @@ namespace
53
// Returns CWebCoreInterface pointer on success, nullptr on failure
54
// Thread safety: Must be called from the main thread only
55
//
56
-extern "C" _declspec(dllexport) CWebCoreInterface* InitWebCoreInterface(CCoreInterface* pCore) noexcept
+extern "C" _declspec(dllexport) CWebCoreInterface* InitWebCoreInterface(CCoreInterface* pCore)
57
{
58
// Validate and initialize global interfaces
59
if (!InitializeGlobalInterfaces(pCore)) [[unlikely]]
Shared/data/launchers/CEFLauncher.exe
512 Bytes
0 commit comments