Chromium Code Reviews| Index: content/worker/worker_main.cc |
| diff --git a/content/worker/worker_main.cc b/content/worker/worker_main.cc |
| index f6b2b2020b683760c6a29750611a56e8f3d7f809..d4c134c05ce46d8f66f67d387acf70eb428e00d9 100644 |
| --- a/content/worker/worker_main.cc |
| +++ b/content/worker/worker_main.cc |
| @@ -43,7 +43,7 @@ int WorkerMain(const MainFunctionParams& parameters) { |
| ::GetUserDefaultLCID(); |
| target_services->LowerToken(); |
| -#elif defined(OS_MAC) |
| +#elif defined(OS_MACOSX) |
|
jeremy
2013/03/19 10:06:40
Per separate email, this should be fixed on trunk.
|
| // On OS X, if the sandbox fails to initialize, something has gone terribly |
| // wrong and we should die. |
| CHECK(InitializeSandbox()); |