This commit is contained in:
jst%mozilla.jstenback.com 2007-08-22 05:00:03 +00:00
Родитель 423420440d
Коммит 5836aac928
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1667,7 +1667,7 @@
secMan.checkLoadURIStr(sourceURI, aUrl,
nsIScriptSecurityManager.STANDARD);
} catch (e) {
// Stop even propagation right here.
// Stop event propagation right here.
aEvent.stopPropagation();
throw "Drop of " + aUrl + " denied.";