зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1436684: Disable cert annotation due to perf regressions; r=backout
This commit is contained in:
Родитель
5f5a90ae77
Коммит
7cd9b653d2
|
@ -160,7 +160,6 @@
|
|||
#ifdef XP_WIN
|
||||
#include <process.h>
|
||||
#include <shlobj.h>
|
||||
#include "mozilla/CertAnnotator.h"
|
||||
#include "mozilla/WinDllServices.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include <comdef.h>
|
||||
|
@ -4315,8 +4314,6 @@ XREMain::XRE_mainRun()
|
|||
auto dllServicesDisable = MakeScopeExit([&dllServices]() {
|
||||
dllServices->Disable();
|
||||
});
|
||||
|
||||
mozilla::CertAnnotator::Register();
|
||||
#endif // defined(XP_WIN)
|
||||
|
||||
#ifdef NS_FUNCTION_TIMER
|
||||
|
|
Загрузка…
Ссылка в новой задаче