| Index: content/public/test/nested_message_pump_android.cc
|
| diff --git a/content/public/test/nested_message_pump_android.cc b/content/public/test/nested_message_pump_android.cc
|
| index 76d0b384123d1af4d4e24870ccc403b1c7031713..1158c1938c174433dcb8d89f32088a0e3adc5316 100644
|
| --- a/content/public/test/nested_message_pump_android.cc
|
| +++ b/content/public/test/nested_message_pump_android.cc
|
| @@ -92,8 +92,8 @@ void NestedMessagePumpAndroid::Run(Delegate* delegate) {
|
| // No native tasks to process right now. Process tasks from the Java
|
| // System message handler. This will return when the java message queue
|
| // is idle.
|
| - bool ret = Java_NestedSystemMessageHandler_runNestedLoopTillIdle(env,
|
| - g_message_handler_obj.Get().obj());
|
| + bool ret = Java_NestedSystemMessageHandler_runNestedLoopTillIdle(
|
| + env, g_message_handler_obj.Get());
|
| CHECK(ret) << "Error running java message loop, tests will likely fail.";
|
|
|
| base::ThreadRestrictions::ScopedAllowWait allow_wait;
|
|
|