Merging changes between MOZILLA_1_7_RELEASE and AVIARY_20040809_MERGEPOINT, a=ben: bad merging for bug 253597

git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@160568 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2004-08-09 23:15:24 +00:00
parent d469e85e54
commit 847e3caffa

View File

@@ -263,7 +263,7 @@ nsImgManager::TestPermission(nsIURI *aCurrentURI,
// Third party checking
if (mBehaviorPref == IMAGE_NOFOREIGN) {
// We need a requesting uri for third party checks to work
// We need a requesting uri for third party checks to work.
if (!aFirstURI)
return NS_OK;