--- old/modules/web/src/main/native/Source/WebCore/platform/java/api/BackForwardListJava.cpp 2016-04-15 00:46:54.695788200 +0530 +++ new/modules/web/src/main/native/Source/WebCore/platform/java/api/BackForwardListJava.cpp 2016-04-15 00:46:53.783747800 +0530 @@ -34,7 +34,7 @@ return static_cast(jlong_to_ptr(jitem)); } -static jmethodID initMethod(JNIEnv* env, jclass cls, char* name, const char* signature) +static jmethodID initMethod(JNIEnv* env, jclass cls, const char* name, const char* signature) { jmethodID mid = env->GetMethodID(cls, name, signature); ASSERT(mid);