From 6eca6f9139213e5ec2d46af069d7561734aee5ef Mon Sep 17 00:00:00 2001 From: "timeless%mac.com" Date: Wed, 16 Jan 2002 07:18:00 +0000 Subject: [PATCH] Bug 117386 Crash changing themes [@ nsXBLPrototypeResources::FlushSkinSheets] r=dbradley sr=brendan --- content/xbl/src/nsXBLPrototypeResources.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/xbl/src/nsXBLPrototypeResources.cpp b/content/xbl/src/nsXBLPrototypeResources.cpp index 8029d336ce1c..abf4b65641af 100644 --- a/content/xbl/src/nsXBLPrototypeResources.cpp +++ b/content/xbl/src/nsXBLPrototypeResources.cpp @@ -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