Bug 858288 - set sandbox to null in switchToFrame, r=jgriffin

This commit is contained in:
Malini Das 2013-04-05 13:15:19 -04:00
Родитель 409625bfdf
Коммит 5171c2dfc8
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -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;
}