| Index: webkit/tools/test_shell/run_all_tests.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/run_all_tests.cc (revision 16488)
|
| +++ webkit/tools/test_shell/run_all_tests.cc (working copy)
|
| @@ -76,7 +76,7 @@
|
|
|
| // Allocate a message loop for this thread. Although it is not used
|
| // directly, its constructor sets up some necessary state.
|
| - MessageLoop main_message_loop;
|
| + MessageLoopForUI main_message_loop;
|
|
|
| // Load ICU data tables
|
| icu_util::Initialize();
|
|
|