fix SeaMonkey bustage - superfluous ( in patch for bug 301119, pointed out by ajschult

git-svn-id: svn://10.0.0.236/trunk@251904 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kairo%kairo.at
2008-05-28 20:44:56 +00:00
parent 5b7bca559f
commit 0d2a7789d9

View File

@@ -985,7 +985,7 @@
// error pages can load their favicon, to be on the safe side,
// only allow chrome:// favicons
const aboutNeterr = /^about:neterror\?/;
if (!(aboutNeterr.test(targetDoc.documentURI) ||
if (!aboutNeterr.test(targetDoc.documentURI) ||
!uri.schemeIs("chrome")) {
const secMan =