mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 958985 - Fix the variable names (pushed the wrong patch)
This commit is contained in:
parent
a41493e4ec
commit
bc994ea200
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user