зеркало из https://github.com/mozilla/gecko-dev.git
Bug 339649, incorrect script-global used in nsXBLPrototypeHandler::ExecuteHandler, remove XXX, r+sr=jst, a=1.9+
This commit is contained in:
Родитель
30072333a1
Коммит
b018d96491
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче