Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index c07ba1f0cfbe70e9c543b203cde7e122934e75e8..e777fa6b8bfbde85375ccd22f0b4caf38a0f3ff7 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -3014,7 +3014,7 @@ template <> struct InternalConstants<4> { |
| // Internal constants for 64-bit systems. |
| template <> struct InternalConstants<8> { |
| - static const int kStringResourceOffset = 3 * sizeof(void*); |
| + static const int kStringResourceOffset = 2 * sizeof(void*); |
| }; |
| /** |