Bug 117386 Crash changing themes [@ nsXBLPrototypeResources::FlushSkinSheets]
r=dbradley sr=brendan git-svn-id: svn://10.0.0.236/trunk@112322 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -137,7 +137,8 @@ nsXBLPrototypeResources::FlushSkinSheets()
|
||||
|
||||
if (IsChromeURI(uri)) {
|
||||
PRBool complete;
|
||||
loader->LoadAgentSheet(uri, *getter_AddRefs(newSheet), complete, nsnull);
|
||||
if (NS_FAILED(loader->LoadAgentSheet(uri, *getter_AddRefs(newSheet), complete, nsnull))
|
||||
continue;
|
||||
}
|
||||
else
|
||||
newSheet = oldSheet;
|
||||
|
||||
Reference in New Issue
Block a user