зеркало из https://github.com/mozilla/gecko-dev.git
Bug 548073 - Tabs in extensions/universalchardet/tests/CharsetDetectionTests.js. r=smontagu
This commit is contained in:
Родитель
b4f5845246
Коммит
5024dcc2e9
|
@ -1,3 +1,5 @@
|
|||
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||
/* vim: set ts=8 et sw=4 tw=80: */
|
||||
var gExpectedCharset;
|
||||
var gOldPref;
|
||||
var gDetectorList;
|
||||
|
@ -37,7 +39,8 @@ function InitDetectorTests()
|
|||
try {
|
||||
gExpectedCharset = prefService
|
||||
.getComplexValue("intl.charset.default",
|
||||
Components.interfaces.nsIPrefLocalizedString).data;
|
||||
Components.interfaces.nsIPrefLocalizedString)
|
||||
.data;
|
||||
} catch (e) {
|
||||
gExpectedCharset = "ISO-8859-8";
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче