Chromium Code Reviews| Index: runtime/platform/globals.h |
| diff --git a/runtime/platform/globals.h b/runtime/platform/globals.h |
| index e3d1a340b4b7e35949e68d7e36c1b1ababf8d1a0..5e3b0116ff5d2e54aba26091063e8611e206d322 100644 |
| --- a/runtime/platform/globals.h |
| +++ b/runtime/platform/globals.h |
| @@ -113,7 +113,7 @@ |
| // Windows, both 32- and 64-bit, regardless of the check for _WIN32. |
| #define TARGET_OS_WINDOWS 1 |
| -#else |
| +#elif !defined(TARGET_OS_FUCHSIA) |
| #error Automatic target os detection failed. |
| #endif |