This commit is contained in:
jst%mozilla.jstenback.com 2005-03-29 18:24:16 +00:00
Родитель c03b9d33fe
Коммит 6e1cef7619
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.";