| Index: mojo/shell/android/mojo_main.cc
|
| diff --git a/mojo/shell/android/mojo_main.cc b/mojo/shell/android/mojo_main.cc
|
| index 4b57fd89f3d2bc3a7471086aac9e2d5e14b7d740..74e16e69661af4a15e5e1a1398201637efefb93b 100644
|
| --- a/mojo/shell/android/mojo_main.cc
|
| +++ b/mojo/shell/android/mojo_main.cc
|
| @@ -52,7 +52,7 @@ void StartOnShellThread() {
|
| static void Init(JNIEnv* env, jclass clazz, jobject context) {
|
| base::android::ScopedJavaLocalRef<jobject> scoped_context(env, context);
|
|
|
| - base::android::InitApplicationContext(scoped_context);
|
| + base::android::InitApplicationContext(env, scoped_context);
|
|
|
| if (g_at_exit)
|
| return;
|
|
|