Bug 1181506 - Define Cc and Ci. r=Yoric

This commit is contained in:
Jan Odvarko 2015-07-09 11:30:16 +02:00
Родитель 73bb7acb5b
Коммит 15576598b0
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -41,6 +41,8 @@
// be obtained.
let Cu = this.require ? require("chrome").Cu : Components.utils;
let Cc = this.require ? require("chrome").Cc : Components.classes;
let Ci = this.require ? require("chrome").Ci : Components.interfaces;
// If Cu is defined, use it to lazily define the FinalizationWitnessService.
if (Cu) {