mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Fix for 47081. r=ben
This commit is contained in:
parent
f1310a8d52
commit
c37ff4e02a
@ -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!
|
||||
|
||||
|
@ -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!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user