зеркало из https://github.com/mozilla/gecko-dev.git
Bug 718532 - Error console reports an error on add-ons (first) installation attempt - Couldn't find value for key: TIME_SESSION_RESTORED. r=Unfocused
This commit is contained in:
Родитель
d2d721a0a7
Коммит
1b43edb403
|
@ -778,6 +778,9 @@ this.AddonRepository = {
|
|||
getService(Ci.nsIAppStartup).
|
||||
getStartupInfo();
|
||||
|
||||
params.TIME_MAIN = "";
|
||||
params.TIME_FIRST_PAINT = "";
|
||||
params.TIME_SESSION_RESTORED = "";
|
||||
if (startupInfo.process) {
|
||||
if (startupInfo.main) {
|
||||
params.TIME_MAIN = startupInfo.main - startupInfo.process;
|
||||
|
|
Загрузка…
Ссылка в новой задаче