| 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.
|
|
|