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:
parent
5f59a7f7c9
commit
56db06291d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user