Bug 289367 - CleanResource called at wrong time. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@173202 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -360,7 +360,7 @@ nsSafariProfileMigrator::SetDownloadHandlers(void* aTransform, nsIPrefBranch* aB
|
||||
nsCOMPtr<nsIRDFResource> externalApplicationResource(do_QueryInterface(externalApplicationNode));
|
||||
|
||||
// Strip the resources down so that the datasource is completely flushed.
|
||||
if (externalApplicationResource);
|
||||
if (externalApplicationResource)
|
||||
CleanResource(mimeTypes, externalApplicationResource);
|
||||
|
||||
CleanResource(mimeTypes, handlerPropResource);
|
||||
|
||||
Reference in New Issue
Block a user