< prev index next >

modules/web/src/main/native/Source/WebCore/platform/java/api/BackForwardListJava.cpp

Print this page

        

*** 32,42 **** static HistoryItem* getItem(jlong jitem) { return static_cast<HistoryItem*>(jlong_to_ptr(jitem)); } ! static jmethodID initMethod(JNIEnv* env, jclass cls, char* name, const char* signature) { jmethodID mid = env->GetMethodID(cls, name, signature); ASSERT(mid); return mid; } --- 32,42 ---- static HistoryItem* getItem(jlong jitem) { return static_cast<HistoryItem*>(jlong_to_ptr(jitem)); } ! static jmethodID initMethod(JNIEnv* env, jclass cls, const char* name, const char* signature) { jmethodID mid = env->GetMethodID(cls, name, signature); ASSERT(mid); return mid; }
< prev index next >