Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1116)

Unified Diff: android/jni_generator/testNativesLong.golden

Issue 2050803003: Update to Chromium //base at Chromium commit e3a753f17bac62738b0dbf0b36510f767b081e4b. (Closed) Base URL: https://github.com/domokit/base.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android/jni_generator/testNativesLong.golden
diff --git a/android/jni_generator/testNativesLong.golden b/android/jni_generator/testNativesLong.golden
index 1235616e97d239aea0e2130d226af7199c14a7c3..d5b67ba88d068b32b45f91264c7c0fe3ebe85523 100644
--- a/android/jni_generator/testNativesLong.golden
+++ b/android/jni_generator/testNativesLong.golden
@@ -32,7 +32,7 @@ static void Java_org_chromium_TestJni_nativeDestroy(JNIEnv* env,
ChromeBrowserProvider* native =
reinterpret_cast<ChromeBrowserProvider*>(nativeChromeBrowserProvider);
CHECK_NATIVE_PTR(env, jcaller, native, "Destroy");
- return native->Destroy(env, jcaller);
+ return native->Destroy(env, JavaParamRef<jobject>(env, jcaller));
}
// Step 3: RegisterNatives.
« no previous file with comments | « android/jni_generator/testNatives.golden ('k') | android/jni_generator/testSingleJNIAdditionalImport.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698