Bug 620106 - Allow chardet (if enabled) reload the page during load. r=sicking, a=blocking2.0-final.
This commit is contained in:
@@ -670,7 +670,8 @@ nsHtml5TreeOperation::Perform(nsHtml5TreeOpExecutor* aBuilder,
|
||||
}
|
||||
case eTreeOpNeedsCharsetSwitchTo: {
|
||||
char* str = mOne.charPtr;
|
||||
aBuilder->NeedsCharsetSwitchTo(str);
|
||||
PRInt32 charsetSource = mInt;
|
||||
aBuilder->NeedsCharsetSwitchTo(str, charsetSource);
|
||||
return rv;
|
||||
}
|
||||
case eTreeOpUpdateStyleSheet: {
|
||||
|
||||
Reference in New Issue
Block a user