Bug 1237798 - Use correct Components object inside CommonJS. r=Yoric

--HG--
extra : rebase_source : f401e4dd2cc3a47976617e4fbbf9d18a3ca47a7e
This commit is contained in:
J. Ryan Stinnett 2016-01-07 17:18:05 -06:00
Родитель d69c074e5e
Коммит 1ea3b20493
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -188,7 +188,7 @@ var PendingErrors = {
stack = error.location;
} else {
// Components.stack to the rescue!
stack = Components.stack;
stack = Components_.stack;
// Remove those top frames that refer to Promise.jsm.
while (stack) {
if (!stack.filename.endsWith("/Promise.jsm")) {