Chromium Code Reviews| Index: src/globals.h |
| diff --git a/src/globals.h b/src/globals.h |
| index 920becea98b3e6c40b8cbe75ef00f56bb63b6053..937c4ac38dcd0d42c7595cfe6e69fdcf660b2e7a 100644 |
| --- a/src/globals.h |
| +++ b/src/globals.h |
| @@ -33,7 +33,7 @@ |
| #else |
| #define V8_TURBOFAN_BACKEND 0 |
| #endif |
| -#if V8_TURBOFAN_BACKEND && !(V8_OS_WIN && V8_TARGET_ARCH_X64) |
| +#if V8_TURBOFAN_BACKEND |
| #define V8_TURBOFAN_TARGET 1 |
| #else |
| #define V8_TURBOFAN_TARGET 0 |