Bug 958985 - Fix the variable names (pushed the wrong patch)

This commit is contained in:
Ehsan Akhgari 2014-01-14 08:44:11 -05:00
parent a41493e4ec
commit bc994ea200

View File

@ -426,8 +426,8 @@ function isBidiEnabled() {
return true;
// then check intl.uidirection.<locale>
var chromeReg = Cc["@mozilla.org/chrome/chrome-registry;1"].
getService(Ci.nsIXULChromeRegistry);
var chromeReg = Components.classes["@mozilla.org/chrome/chrome-registry;1"].
getService(Components.interfaces.nsIXULChromeRegistry);
if (chromeReg.isLocaleRTL("global"))
return true;