what i really meant to say was:

Bug 253597 Trunk crash blocking ads/images [@ nsImgManager::TestPermission]

p=mvl r=dwitte sr=darin a=asa


git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@160272 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dwitte%stanford.edu
2004-08-03 07:25:27 +00:00
parent c7b5636a39
commit b1c9661a36

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;