зеркало из https://github.com/mozilla/gecko-dev.git
Bug 752098 - Fix script filename marking with incremental GC (r=luke)
This commit is contained in:
Родитель
70b3320cf1
Коммит
223be0b591
|
@ -981,7 +981,7 @@ js::SaveScriptFilename(JSContext *cx, const char *filename)
|
|||
* scripts or exceptions pointing to the filename may no longer be
|
||||
* reachable.
|
||||
*/
|
||||
if (cx->compartment->needsBarrier() && rt->gcIsFull)
|
||||
if (rt->gcIncrementalState == MARK && rt->gcIsFull)
|
||||
sfe->marked = true;
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче