bug=33093
a=edburns r=ashuk Force prefs to be read, causing the proxy data to be read. git-svn-id: svn://10.0.0.236/trunk@63901 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -427,6 +427,7 @@ nsresult InitMozillaStuff (WebShellInitContext * initContext)
|
||||
nsIPref::GetIID(),
|
||||
(nsISupports **)&prefs);
|
||||
if (NS_SUCCEEDED(rv)) {
|
||||
prefs->ReadUserPrefs();
|
||||
// Set the prefs in the outermost webshell.
|
||||
initContext->webShell->SetPrefs(prefs);
|
||||
nsServiceManager::ReleaseService(kPrefCID, prefs);
|
||||
|
||||
Reference in New Issue
Block a user