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:
Mantaroh Yoshinaga 2015-10-16 00:59:00 +02:00
Родитель 47b5dbde9a
Коммит c23ec61e1f
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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";