зеркало из https://github.com/mozilla/gecko-dev.git
Bug 858288 - set sandbox to null in switchToFrame, r=jgriffin
This commit is contained in:
Родитель
409625bfdf
Коммит
5171c2dfc8
|
@ -1603,6 +1603,7 @@ function switchToFrame(msg) {
|
|||
if(msg.json.focus == true) {
|
||||
curWindow.focus();
|
||||
}
|
||||
sandbox = null;
|
||||
checkTimer.initWithCallback(checkLoad, 100, Ci.nsITimer.TYPE_ONE_SHOT);
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче