Bug 465013 - TM: General Error trying to play video on CNN (r=gal).

This commit is contained in:
Brendan Eich 2008-11-15 12:41:26 -08:00
Родитель bcbfb56aa2
Коммит b934e4e97e
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -7860,6 +7860,7 @@ TraceRecorder::record_JSOP_STOP()
// End of imacro, so return true to the interpreter immediately. The
// interpreter's JSOP_STOP case will return from the imacro, back to
// the pc after the calling op, still in the same JSStackFrame.
atoms = cx->fp->script->atomMap.vector;
return true;
}