Backed out changeset d2e790e8bc8e (bug 1030945)

This commit is contained in:
Wes Kocher 2014-06-27 15:51:41 -07:00
Родитель 992bf709a2
Коммит 4b18fd67f0
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -483,8 +483,7 @@ SavedStacks::insertFrames(JSContext *cx, FrameIter &iter, MutableHandleSavedFram
// do not have a |JSScript| for this frame (asm.js frames), we take a slow
// path that doesn't employ memoization, and update |location|'s slots
// directly.
LocationValue location;
if (iter.hasScript()) {
LocationValue location;+ if (iter.hasScript()) {
JSScript *script = iter.script();
jsbytecode *pc = iter.pc();
if (!getLocation(cx, script, pc, &location))