Fix for 47081. r=ben

This commit is contained in:
hyatt%netscape.com 2000-08-11 00:05:49 +00:00
parent f1310a8d52
commit c37ff4e02a
2 changed files with 6 additions and 0 deletions

View File

@ -452,6 +452,9 @@ nsChromeRegistry::ConvertChromeURL(nsIURI* aChromeURL, char** aResult)
mChromeDataSource = nsnull;
AddToCompositeDataSource(PR_TRUE);
// We have to flush the chrome cache!
RefreshSkins();
LoadStyleSheet(getter_AddRefs(mScrollbarSheet), "chrome://global/skin/scrollbars.css");
// This must always be the last line of profile initialization!

View File

@ -452,6 +452,9 @@ nsChromeRegistry::ConvertChromeURL(nsIURI* aChromeURL, char** aResult)
mChromeDataSource = nsnull;
AddToCompositeDataSource(PR_TRUE);
// We have to flush the chrome cache!
RefreshSkins();
LoadStyleSheet(getter_AddRefs(mScrollbarSheet), "chrome://global/skin/scrollbars.css");
// This must always be the last line of profile initialization!