diff options
-rw-r--r-- | WebKit/android/jni/WebCoreJniOnLoad.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/android/jni/WebCoreJniOnLoad.cpp b/WebKit/android/jni/WebCoreJniOnLoad.cpp index 6790e42..33afb02 100644 --- a/WebKit/android/jni/WebCoreJniOnLoad.cpp +++ b/WebKit/android/jni/WebCoreJniOnLoad.cpp @@ -69,6 +69,8 @@ #include <jni.h> #include <utils/Log.h> +#define EXPORT __attribute__((visibility("default"))) + namespace android { extern int registerWebFrame(JNIEnv*); |