зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1798040 - Port osfile.jsm usage to IOUtils in browser/base/content/test/protectionsUI r=pbz
Differential Revision: https://phabricator.services.mozilla.com/D160950
This commit is contained in:
Родитель
7640199d8a
Коммит
779084f91d
|
@ -1,7 +1,6 @@
|
|||
/* Any copyright is dedicated to the Public Domain.
|
||||
* http://creativecommons.org/publicdomain/zero/1.0/ */
|
||||
|
||||
const { OS } = ChromeUtils.import("resource://gre/modules/osfile.jsm");
|
||||
const { Sqlite } = ChromeUtils.importESModule(
|
||||
"resource://gre/modules/Sqlite.sys.mjs"
|
||||
);
|
||||
|
@ -14,7 +13,7 @@ XPCOMUtils.defineLazyServiceGetter(
|
|||
);
|
||||
|
||||
XPCOMUtils.defineLazyGetter(this, "TRACK_DB_PATH", function() {
|
||||
return OS.Path.join(OS.Constants.Path.profileDir, "protections.sqlite");
|
||||
return PathUtils.join(PathUtils.profileDir, "protections.sqlite");
|
||||
});
|
||||
|
||||
ChromeUtils.defineModuleGetter(
|
||||
|
|
Загрузка…
Ссылка в новой задаче