зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1146743. Remove use of compileAndGo in JS debugger. r=shu
This commit is contained in:
Родитель
d96e85937b
Коммит
9a87e20280
|
@ -1571,10 +1571,7 @@ Debugger::onSingleStep(JSContext *cx, MutableHandleValue vp)
|
|||
}
|
||||
}
|
||||
}
|
||||
if (trappingScript->compileAndGo())
|
||||
MOZ_ASSERT(stepperCount == trappingScript->stepModeCount());
|
||||
else
|
||||
MOZ_ASSERT(stepperCount <= trappingScript->stepModeCount());
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче