Chromium Code Reviews| Index: base/test_suite.h |
| diff --git a/base/test_suite.h b/base/test_suite.h |
| index 352c0b82fee9cf7577f3cda0c3fe879f420c84c6..236c3edcbc98ac223e2dd72ebe6ad2da8a20ba5d 100644 |
| --- a/base/test_suite.h |
| +++ b/base/test_suite.h |
| @@ -41,6 +41,7 @@ class TestSuite { |
| CommandLine::Init(argc, argv); |
| testing::InitGoogleTest(&argc, argv); |
| #if defined(OS_LINUX) |
| + g_thread_init(NULL); |
| gtk_init_check(&argc, &argv); |
| #endif |
| // Don't add additional code to this constructor. Instead add it to |