зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset d2e790e8bc8e (bug 1030945)
This commit is contained in:
Родитель
992bf709a2
Коммит
4b18fd67f0
|
@ -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))
|
||||
|
|
Загрузка…
Ссылка в новой задаче