From 3ac03398edd87611c5362d60b99b0797b56b0a5b Mon Sep 17 00:00:00 2001 From: Simon Montagu Date: Tue, 7 Feb 2012 22:10:08 +0200 Subject: [PATCH] Change SetForcedCharset to BrowserSetForcedCharacterSet. Bug 724776, r=gavin --- browser/base/content/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js index 860bde71ac0..8b23ac84b90 100644 --- a/browser/base/content/browser.js +++ b/browser/base/content/browser.js @@ -6007,7 +6007,7 @@ function MultiplexHandler(event) } else if (name == 'charsetCustomize') { //do nothing - please remove this else statement, once the charset prefs moves to the pref window } else { - SetForcedCharset(node.getAttribute('id')); + BrowserSetForcedCharacterSet(node.getAttribute('id')); } } catch(ex) { alert(ex); } }