Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: jni/JniUpdateCheckDoneCallback.cpp

Issue 6302481290100736: Noissue - Nonexisting method called from native update callback (Closed)
Patch Set: Created Sept. 22, 2014, 1:53 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jni/JniUpdateCheckDoneCallback.cpp
diff --git a/jni/JniUpdateCheckDoneCallback.cpp b/jni/JniUpdateCheckDoneCallback.cpp
index 19e9f2ebc31227158814922b378eec21314b1be5..c69cf8d3341b971240789221e7bc4537e036e34e 100644
--- a/jni/JniUpdateCheckDoneCallback.cpp
+++ b/jni/JniUpdateCheckDoneCallback.cpp
@@ -42,7 +42,7 @@ void JniUpdateCheckDoneCallback::Callback(const std::string& arg)
JNIEnvAcquire env(GetJavaVM());
jclass clazz = env->GetObjectClass(GetCallbackObject());
- jmethodID method = env->GetMethodID(clazz, "updateCallback", "(Ljava/lang/String;)V");
+ jmethodID method = env->GetMethodID(clazz, "updateCheckDoneCallback", "(Ljava/lang/String;)V");
if (method)
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld