Bug 1037516 - Attempt to fix perf regresion on talos r=terrence

This commit is contained in:
Jon Coppeard 2014-07-15 09:42:47 +01:00
Родитель 1a8a0cee9f
Коммит 5bf2d4e941
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -912,7 +912,7 @@ Chunk::fetchNextFreeArena(JSRuntime *rt)
return aheader;
}
void
inline void
GCRuntime::updateBytesAllocated(ptrdiff_t size)
{
JS_ASSERT_IF(size < 0, bytes >= size_t(-size));