Silence windows warning from 4290338c3956 (r=me)

This commit is contained in:
Luke Wagner 2011-03-22 17:21:48 -07:00
Родитель 9d22cc67f3
Коммит dba82e3dc9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -555,7 +555,7 @@ class JSShortString : public JSFixedString
}
static const size_t MAX_SHORT_LENGTH = JSString::NUM_INLINE_CHARS +
INLINE_EXTENSION_CHARS +
INLINE_EXTENSION_CHARS
-1 /* null terminator */;
static inline bool lengthFits(size_t length) {