| Index: content/browser/mojo/interface_registrar_android.cc
|
| diff --git a/content/browser/mojo/interface_registrar_android.cc b/content/browser/mojo/interface_registrar_android.cc
|
| index cba21cf53c16e52f18301e35f6ce441d73896cf9..5d1608747c32d6e896acc36248bf98c3335029a6 100644
|
| --- a/content/browser/mojo/interface_registrar_android.cc
|
| +++ b/content/browser/mojo/interface_registrar_android.cc
|
| @@ -16,7 +16,7 @@ void InterfaceRegistrarAndroid::ExposeInterfacesToRenderer(
|
| InterfaceRegistryAndroid* registry) {
|
| JNIEnv* env = base::android::AttachCurrentThread();
|
| Java_InterfaceRegistrar_exposeInterfacesToRenderer(
|
| - env, registry->GetObj().obj(), base::android::GetApplicationContext());
|
| + env, registry->GetObj(), base::android::GetApplicationContext());
|
| }
|
|
|
| // static
|
| @@ -24,6 +24,6 @@ void InterfaceRegistrarAndroid::ExposeInterfacesToFrame(
|
| InterfaceRegistryAndroid* registry) {
|
| JNIEnv* env = base::android::AttachCurrentThread();
|
| Java_InterfaceRegistrar_exposeInterfacesToFrame(
|
| - env, registry->GetObj().obj(), base::android::GetApplicationContext());
|
| + env, registry->GetObj(), base::android::GetApplicationContext());
|
| }
|
| } // namespace content
|
|
|