зеркало из https://github.com/mozilla/gecko-dev.git
Bug 893184 - Don't attemmpt to get SharedScriptData* from a null code pointer. r=till
This commit is contained in:
Родитель
726065dcd2
Коммит
7d8e4ddf8d
|
@ -2806,7 +2806,7 @@ JSScript::markChildren(JSTracer *trc)
|
|||
if (IS_GC_MARKING_TRACER(trc)) {
|
||||
compartment()->mark();
|
||||
|
||||
if (code || natoms)
|
||||
if (code)
|
||||
MarkScriptData(trc->runtime, code);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче