Skip to content

Commit b5612ba

Browse files
OLSandermagreenblatt
authored andcommitted
Fix UnsatisfiedLinkError with CefRegistration_N
1 parent 423f5b8 commit b5612ba

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

native/CefBrowser_N.h

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/CefRegistration_N.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#include "jni_scoped_helpers.h"
88

99
JNIEXPORT void JNICALL
10-
Java_org_cef_misc_CefRegistration_1N_N_1Dispose(JNIEnv* env,
11-
jobject obj,
12-
jlong self) {
10+
Java_org_cef_browser_CefRegistration_1N_N_1Dispose(JNIEnv* env,
11+
jobject obj,
12+
jlong self) {
1313
SetCefForJNIObject<CefRegistration>(env, obj, NULL, "CefRegistration");
1414
}

native/CefRegistration_N.h

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/make_all_jni_headers.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ call make_jni_header.bat %1 org.cef.callback.CefQueryCallback_N
3737
call make_jni_header.bat %1 org.cef.callback.CefSchemeRegistrar_N
3838
call make_jni_header.bat %1 org.cef.handler.CefClientHandler
3939
call make_jni_header.bat %1 org.cef.misc.CefPrintSettings_N
40-
call make_jni_header.bat %1 org.cef.misc.CefRegistration_N
40+
call make_jni_header.bat %1 org.cef.browser.CefRegistration_N
4141
call make_jni_header.bat %1 org.cef.network.CefCookieManager_N
4242
call make_jni_header.bat %1 org.cef.network.CefPostData_N
4343
call make_jni_header.bat %1 org.cef.network.CefPostDataElement_N

0 commit comments

Comments
 (0)