We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9a3d6 commit 429cd30Copy full SHA for 429cd30
native/client_app.cpp
@@ -93,7 +93,7 @@ CefRefPtr<CefBrowserProcessHandler> ClientApp::GetBrowserProcessHandler() {
93
bool ClientApp::HandleTerminate() {
94
ScopedJNIEnv env;
95
if (!env)
96
- return;
+ return false;
97
98
ScopedJNIClass jcls(env, "org/cef/CefApp");
99
if (!jcls) {
0 commit comments