Bug 1635677 - Import Components in devtools so Components.Exceptions can be thrown. r=Honza

This was a regression from automated changes in bug 1536556
6936e9640d4e41b2c470a022a2e7066b72b7d906

Differential Revision: https://phabricator.services.mozilla.com/D74098
This commit is contained in:
Ian Moody 2020-05-07 05:30:43 +00:00
Родитель 5ba34b8230
Коммит 546e04f723
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -4,7 +4,7 @@
"use strict";
const { Cc, Ci, Cu, Cr } = require("chrome");
const { Cc, Ci, Cu, Cr, components: Components } = require("chrome");
const ChromeUtils = require("ChromeUtils");
const Services = require("Services");

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

@ -4,7 +4,7 @@
"use strict";
const { Cc, Ci, Cr } = require("chrome");
const { Cc, Ci, Cr, components: Components } = require("chrome");
const ChromeUtils = require("ChromeUtils");
const Services = require("Services");