| Index: mojo/examples/launcher/launcher.cc
|
| diff --git a/mojo/examples/launcher/launcher.cc b/mojo/examples/launcher/launcher.cc
|
| index 042a7bdbc2cdbabc3a5d994e3ce6665797e4eb2e..1c71c191a4f663773b8b3e8e134d17dd1ca2b7f2 100644
|
| --- a/mojo/examples/launcher/launcher.cc
|
| +++ b/mojo/examples/launcher/launcher.cc
|
| @@ -295,7 +295,7 @@ extern "C" LAUNCHER_EXPORT MojoResult CDECL MojoMain(
|
| // TODO(beng): This crashes in a DCHECK on X11 because this thread's
|
| // MessageLoop is not of TYPE_UI. I think we need a way to build
|
| // Aura that doesn't define platform-specific stuff.
|
| - aura::Env::CreateInstance();
|
| + aura::Env::CreateInstance(true);
|
| mojo::examples::LauncherImpl launcher(shell_handle);
|
| loop.Run();
|
|
|
|
|