| Index: mojo/android/system/base_run_loop.cc
|
| diff --git a/mojo/android/system/base_run_loop.cc b/mojo/android/system/base_run_loop.cc
|
| index 5bf2a3ca9d98c2245ad6bd821dd34e21a7808da8..8768d2f7e29dd562ea5c0d0cf672ca07226c40bf 100644
|
| --- a/mojo/android/system/base_run_loop.cc
|
| +++ b/mojo/android/system/base_run_loop.cc
|
| @@ -45,7 +45,7 @@ static void Quit(JNIEnv* env,
|
| static void RunJavaRunnable(
|
| const base::android::ScopedJavaGlobalRef<jobject>& runnable_ref) {
|
| Java_BaseRunLoop_runRunnable(base::android::AttachCurrentThread(),
|
| - runnable_ref.obj());
|
| + runnable_ref);
|
| }
|
|
|
| static void PostDelayedTask(JNIEnv* env,
|
|
|