Chromium Code Reviews| Index: src/globals.h | 
| diff --git a/src/globals.h b/src/globals.h | 
| index 48bb030b826f649d99173272597a678f3335bc9a..52ec2aaaa41817ec9acff12523f49acaf76ee7e5 100644 | 
| --- a/src/globals.h | 
| +++ b/src/globals.h | 
| @@ -84,7 +84,7 @@ namespace internal { | 
| // Determine whether double field unboxing feature is enabled. | 
| #if (V8_TARGET_ARCH_X64 || V8_TARGET_ARCH_ARM64) | 
| -#define V8_DOUBLE_FIELDS_UNBOXING 1 | 
| +#define V8_DOUBLE_FIELDS_UNBOXING 0 | 
| #else | 
| #define V8_DOUBLE_FIELDS_UNBOXING 0 | 
| #endif |