Chromium Code Reviews| Index: src/execution.h |
| =================================================================== |
| --- src/execution.h (revision 7006) |
| +++ src/execution.h (working copy) |
| @@ -236,8 +236,6 @@ |
| void EnableInterrupts(); |
| 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); |