зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1181506 - Define Cc and Ci. r=Yoric
This commit is contained in:
Родитель
73bb7acb5b
Коммит
15576598b0
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче