17309: set the default timeout in the previous checkin to 2 minutes
git-svn-id: svn://10.0.0.236/trunk@64746 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2219,7 +2219,7 @@ HTMLContentSink::Init(nsIDocument* aDoc,
|
||||
|
||||
mStyleSheetTimerSet = PR_FALSE;
|
||||
mNumStyleSheetsLoading = 0;
|
||||
mStyleSheetTimerInterval = (5*1000);
|
||||
mStyleSheetTimerInterval = (120*1000);
|
||||
prefs->GetIntPref("content.notify.stylesheettimeout", &mStyleSheetTimerInterval);
|
||||
|
||||
nsIHTMLContentContainer* htmlContainer = nsnull;
|
||||
|
||||
@@ -2219,7 +2219,7 @@ HTMLContentSink::Init(nsIDocument* aDoc,
|
||||
|
||||
mStyleSheetTimerSet = PR_FALSE;
|
||||
mNumStyleSheetsLoading = 0;
|
||||
mStyleSheetTimerInterval = (5*1000);
|
||||
mStyleSheetTimerInterval = (120*1000);
|
||||
prefs->GetIntPref("content.notify.stylesheettimeout", &mStyleSheetTimerInterval);
|
||||
|
||||
nsIHTMLContentContainer* htmlContainer = nsnull;
|
||||
|
||||
Reference in New Issue
Block a user