Bug 1258546 - Reload chrome locales when reloading devtools via the addon. r=jryans

This commit is contained in:
Alexandre Poirot 2016-04-14 01:40:42 -07:00
Родитель f469bf022f
Коммит 391ad61e64
1 изменённых файлов: 1 добавлений и 0 удалений

1
devtools/bootstrap.js поставляемый
Просмотреть файл

@ -83,6 +83,7 @@ function reload(event) {
// Invalidate xul cache in order to see changes made to chrome:// files
Services.obs.notifyObservers(null, "startupcache-invalidate", null);
Services.obs.notifyObservers(null, "chrome-flush-caches", null);
// Ask the loader to update itself and reopen the toolbox if needed
const {devtools} = Cu.import("resource://devtools/shared/Loader.jsm", {});