Bug 1304178 - Reset the splitconsole pref after every test to make sure it gets cleaned up;r=linclark

MozReview-Commit-ID: Bt7KrCXaUwV
This commit is contained in:
Brian Grinstead 2016-10-06 17:09:57 -07:00
Родитель dcd2c15b43
Коммит adc8bcbcca
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -96,6 +96,7 @@ registerCleanupFunction(() => {
Services.prefs.clearUserPref("devtools.dump.emit");
Services.prefs.clearUserPref("devtools.toolbox.host");
Services.prefs.clearUserPref("devtools.toolbox.previousHost");
Services.prefs.clearUserPref("devtools.toolbox.splitconsoleEnabled");
});
registerCleanupFunction(function* cleanup() {