diff options
Diffstat (limited to 'WebKit/android/jni/WebStorage.cpp')
-rw-r--r-- | WebKit/android/jni/WebStorage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/jni/WebStorage.cpp b/WebKit/android/jni/WebStorage.cpp index f2a3877..10e0de0 100644 --- a/WebKit/android/jni/WebStorage.cpp +++ b/WebKit/android/jni/WebStorage.cpp @@ -163,7 +163,7 @@ static JNINativeMethod gWebStorageMethods[] = { (void*) SetAppCacheMaximumSize } }; -int register_webstorage(JNIEnv* env) +int registerWebStorage(JNIEnv* env) { jclass webStorage = env->FindClass("android/webkit/WebStorage"); LOG_ASSERT(webStorage, "Unable to find class android.webkit.WebStorage"); |