Backed out changeset 61dc2ad51719 (bug 1513855) for DevTools failures in devtools/client/framework/test/browser_browser_toolbox.js

This commit is contained in:
Dorel Luca 2019-08-15 05:03:07 +03:00
Родитель 8dc6501cfc
Коммит e97a0f11bd
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -1034,11 +1034,6 @@ nsDefaultCommandLineHandler.prototype = {
if (win) {
win.close();
}
// If this is a silent run, we must notify shutdown so that the
// quit-application-granted notification will happen. This is
// required in the AddonManager to properly handle shutdown
// blockers for Telemetry and XPIDatabase.
Services.startup.quit(Services.startup.eForceQuit);
}
},