зеркало из https://github.com/mozilla/pjs.git
Bug 735944 - about:support should show 0 when incremental GC disabled (r=terrence)
This commit is contained in:
Родитель
94e0c0cc3e
Коммит
6490359381
|
@ -747,7 +747,7 @@ NotifyDidPaint(JSRuntime *rt)
|
||||||
extern JS_FRIEND_API(bool)
|
extern JS_FRIEND_API(bool)
|
||||||
IsIncrementalGCEnabled(JSRuntime *rt)
|
IsIncrementalGCEnabled(JSRuntime *rt)
|
||||||
{
|
{
|
||||||
return rt->gcIncrementalEnabled;
|
return rt->gcIncrementalEnabled && rt->gcMode == JSGC_MODE_INCREMENTAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern JS_FRIEND_API(void)
|
extern JS_FRIEND_API(void)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче