Preserve history on charset reload. Bug 134911, r+sr=bz, a=roc

git-svn-id: svn://10.0.0.236/trunk@239153 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
smontagu%smontagu.org
2007-11-11 19:48:09 +00:00
parent 89ab5b8710
commit 9d14bfb11b
3 changed files with 3 additions and 1 deletions

View File

@@ -4764,7 +4764,6 @@ nsDocShell::Embed(nsIContentViewer * aContentViewer,
// Determine if this type of load should update history
switch (mLoadType) {
case LOAD_RELOAD_CHARSET_CHANGE: // don't preserve history in charset reload
case LOAD_NORMAL_REPLACE:
case LOAD_STOP_CONTENT_AND_REPLACE:
case LOAD_RELOAD_BYPASS_CACHE: