Bug 117386 Crash changing themes [@ nsXBLPrototypeResources::FlushSkinSheets]

r=dbradley sr=brendan


git-svn-id: svn://10.0.0.236/trunk@112331 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mac.com 2002-01-16 07:18:00 +00:00
parent 5f59a7f7c9
commit 56db06291d

View File

@ -137,7 +137,7 @@ nsXBLPrototypeResources::FlushSkinSheets()
if (IsChromeURI(uri)) {
PRBool complete;
if (NS_FAILED(loader->LoadAgentSheet(uri, *getter_AddRefs(newSheet), complete, nsnull))
if (NS_FAILED(loader->LoadAgentSheet(uri, *getter_AddRefs(newSheet), complete, nsnull)))
continue;
}
else