| Index: blimp/client/core/contents/android/blimp_contents_observer_proxy.cc
|
| diff --git a/blimp/client/core/contents/android/blimp_contents_observer_proxy.cc b/blimp/client/core/contents/android/blimp_contents_observer_proxy.cc
|
| index e53c09fb7eedc39500d576347296653c8305735e..1e57b3c5fcc87fd79d1eb0d2c51c0aee2fe77adf 100644
|
| --- a/blimp/client/core/contents/android/blimp_contents_observer_proxy.cc
|
| +++ b/blimp/client/core/contents/android/blimp_contents_observer_proxy.cc
|
| @@ -49,8 +49,7 @@ void BlimpContentsObserverProxy::Destroy(
|
|
|
| void BlimpContentsObserverProxy::OnNavigationStateChanged() {
|
| JNIEnv* env = base::android::AttachCurrentThread();
|
| - Java_BlimpContentsObserverProxy_onNavigationStateChanged(env,
|
| - java_obj_.obj());
|
| + Java_BlimpContentsObserverProxy_onNavigationStateChanged(env, java_obj_);
|
| }
|
|
|
| } // namespace client
|
|
|