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

Unified Diff: content/browser/android/interface_provider_android_impl.cc

Issue 2237943002: Remove now-unnecessary .obj() in Java method calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@switch-context
Patch Set: Rebase *again* :( Created 4 years, 4 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: content/browser/android/interface_provider_android_impl.cc
diff --git a/content/browser/android/interface_provider_android_impl.cc b/content/browser/android/interface_provider_android_impl.cc
index c6f9910967fee9a438fb53e1c5378037e4702b8c..f1a0e2fb27821a9a3e56993e09e50946b189d2ed 100644
--- a/content/browser/android/interface_provider_android_impl.cc
+++ b/content/browser/android/interface_provider_android_impl.cc
@@ -34,7 +34,7 @@ bool InterfaceProviderAndroidImpl::Register(JNIEnv* env) {
}
InterfaceProviderAndroidImpl::~InterfaceProviderAndroidImpl() {
- Java_InterfaceProvider_destroy(AttachCurrentThread(), obj_.obj());
+ Java_InterfaceProvider_destroy(AttachCurrentThread(), obj_);
}
// Constructor and destructor call into Java.
« no previous file with comments | « content/browser/android/date_time_chooser_android.cc ('k') | content/browser/android/interface_registry_android_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698