Bug 339649, incorrect script-global used in nsXBLPrototypeHandler::ExecuteHandler, remove XXX, r+sr=jst, a=1.9+

This commit is contained in:
Olli.Pettay@helsinki.fi 2007-08-16 14:46:33 -07:00
Родитель 30072333a1
Коммит b018d96491
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -468,8 +468,7 @@ nsXBLPrototypeHandler::ExecuteHandler(nsPIDOMEventTarget* aTarget,
} else {
scriptTarget = aTarget;
}
// XXX - apparently we should not be using the global as the scope - what
// should we use? See bug 339649, which is trying to find out!
void *scope = boundGlobal->GetScriptGlobal(stID);
PRUint32 argCount;