Bug 734911 - Adding breakpoints sometimes doesn't work; r=rcampbell

This commit is contained in:
Panos Astithas 2012-03-28 12:23:09 +03:00
Родитель 2ba3f1d18d
Коммит 5c7e661f38
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -428,7 +428,7 @@ ThreadActor.prototype = {
// If that first script does not contain the line specified, it's no
// good.
if (i + scripts[i].lineCount < location.line) {
break;
continue;
}
script = scripts[i];
break;