зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1215429 - Add import statement in order to access file object in chrome code of TVSimulatorService. r=seanlin
--HG-- extra : rebase_source : 4c9cb9d3396f4b82df183f172dfa21474ceb7ae0
This commit is contained in:
Родитель
47b5dbde9a
Коммит
c23ec61e1f
|
@ -11,6 +11,9 @@ const Cc = Components.classes;
|
|||
const Cu = Components.utils;
|
||||
const Ci = Components.interfaces;
|
||||
const Cr = Components.returnCode;
|
||||
|
||||
Cu.importGlobalProperties(["File"]);
|
||||
|
||||
const TV_SIMULATOR_DUMMY_DIRECTORY = "dummy";
|
||||
const TV_SIMULATOR_DUMMY_FILE = "settings.json";
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче