mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
fix 51432. r=cata
This commit is contained in:
parent
b633f71667
commit
23ab5863e0
@ -467,8 +467,7 @@ function EditorSetDocumentCharacterSet(aCharset)
|
||||
if(editorShell)
|
||||
{
|
||||
editorShell.SetDocumentCharacterSet(aCharset);
|
||||
if((! editorShell.documentModified) &&
|
||||
editorShell.editorDocument.location != "about:blank")
|
||||
if( editorShell.editorDocument.location != "about:blank")
|
||||
{
|
||||
editorShell.LoadUrl(editorShell.editorDocument.location);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user