Bug 1436684: Disable cert annotation due to perf regressions; r=backout

This commit is contained in:
Aaron Klotz 2018-02-08 08:57:13 -07:00
Родитель 5f5a90ae77
Коммит 7cd9b653d2
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -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