Backed out changeset bd40f51b033f (bug 1362814)

This commit is contained in:
Sebastian Hengst 2017-05-08 00:03:12 +02:00
parent 6ef7e1f3ef
commit 283a55550c

View File

@ -32,7 +32,6 @@
#include "mozilla/WindowsVersion.h"
#include "nsWindowsHelpers.h"
#include "WindowsDllBlocklist.h"
#include "GeckoProfiler.h"
using namespace mozilla;
@ -608,9 +607,6 @@ patched_LdrLoadDll (PWCHAR filePath, PULONG flags, PUNICODE_STRING moduleFileNam
dllName[len] = 0;
PROFILER_LABEL_DYNAMIC("WindowsDllBlocklist", "patched_LdrLoadDll",
js::ProfileEntry::Category::OTHER, dllName);
#ifdef DEBUG_very_verbose
printf_stderr("LdrLoadDll: dll name '%s'\n", dllName);
#endif