diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/PropertyOffset.h')
-rw-r--r-- | Source/JavaScriptCore/runtime/PropertyOffset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/runtime/PropertyOffset.h b/Source/JavaScriptCore/runtime/PropertyOffset.h index 3883d910f..511c5e334 100644 --- a/Source/JavaScriptCore/runtime/PropertyOffset.h +++ b/Source/JavaScriptCore/runtime/PropertyOffset.h @@ -36,7 +36,7 @@ namespace JSC { #if USE(JSVALUE32_64) #define INLINE_STORAGE_CAPACITY 6 #else -#define INLINE_STORAGE_CAPACITY 4 +#define INLINE_STORAGE_CAPACITY 5 #endif typedef int PropertyOffset; |