Chromium Code Reviews| Index: src/execution.h |
| =================================================================== |
| --- src/execution.h (revision 6800) |
| +++ src/execution.h (working copy) |
| @@ -243,8 +243,6 @@ |
| static void EnableInterrupts(); |
| static void DisableInterrupts(); |
| - static const uintptr_t kLimitSize = kPointerSize * 128 * KB; |
| - |
| #ifdef V8_TARGET_ARCH_X64 |
| static const uintptr_t kInterruptLimit = V8_UINT64_C(0xfffffffffffffffe); |
| static const uintptr_t kIllegalLimit = V8_UINT64_C(0xfffffffffffffff8); |