зеркало из https://github.com/mozilla/pjs.git
- not built -
fixed props and scope commands to used getCurrentFrame, instead of console.currentFrameIndex
This commit is contained in:
Родитель
b5742ceaa1
Коммит
630b9df3ff
|
@ -166,14 +166,9 @@ function evalInTargetScope (script)
|
|||
return false;
|
||||
}
|
||||
|
||||
ASSERT (console.currentFrameIndex < console.frames.length,
|
||||
"console.currentFrameIndex out of range");
|
||||
|
||||
try
|
||||
{
|
||||
return console.frames[console.currentFrameIndex].eval (script,
|
||||
MSG_VAL_CONSOLE,
|
||||
1);
|
||||
return getCurrentFrame().eval (script, MSG_VAL_CONSOLE, 1);
|
||||
}
|
||||
catch (ex)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче