Chromium Code Reviews| Index: src/globals.h |
| diff --git a/src/globals.h b/src/globals.h |
| index a3ae4abd00bbc1f33dde5aaa8d2efb38aa6dc2e4..28607db61a737e6ba0a1883e18800c738432dc1e 100644 |
| --- a/src/globals.h |
| +++ b/src/globals.h |
| @@ -89,7 +89,7 @@ namespace internal { |
| // Determine whether double field unboxing feature is enabled. |
| #if V8_TARGET_ARCH_64_BIT |
| -#define V8_DOUBLE_FIELDS_UNBOXING 1 |
| +#define V8_DOUBLE_FIELDS_UNBOXING 0 |
| #else |
| #define V8_DOUBLE_FIELDS_UNBOXING 0 |
| #endif |