Chromium Code Reviews| Index: src/globals.h |
| diff --git a/src/globals.h b/src/globals.h |
| index 889822f918129b5cd4c67df4bb278417196d2927..258707493ef19cf500fbb94c161cabbe020730bf 100644 |
| --- a/src/globals.h |
| +++ b/src/globals.h |
| @@ -31,8 +31,7 @@ |
| #else |
| #define V8_TURBOFAN_BACKEND 0 |
| #endif |
| -#if V8_TURBOFAN_BACKEND && !V8_TARGET_ARCH_ARM64 && \ |
| - !(V8_OS_WIN && V8_TARGET_ARCH_X64) |
| +#if V8_TURBOFAN_BACKEND && !(V8_OS_WIN && V8_TARGET_ARCH_X64) |
| #define V8_TURBOFAN_TARGET 1 |
| #else |
| #define V8_TURBOFAN_TARGET 0 |