зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1725145 - fixes in dom for win in non unified env. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D123544
This commit is contained in:
Родитель
96dca2ad5b
Коммит
e9592f0e49
|
@ -107,7 +107,7 @@ void AnonymizeOriginString(nsACString& aOriginString) {
|
|||
#ifdef XP_WIN
|
||||
void CacheUseDOSDevicePathSyntaxPrefValue() {
|
||||
MOZ_ASSERT(XRE_IsParentProcess());
|
||||
AssertIsOnBackgroundThread();
|
||||
::mozilla::ipc::AssertIsOnBackgroundThread();
|
||||
|
||||
if (gUseDOSDevicePathSyntax == -1) {
|
||||
bool useDOSDevicePathSyntax =
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include "nsNetUtil.h"
|
||||
#include "nsSandboxFlags.h"
|
||||
#if defined(XP_WIN)
|
||||
# include "mozilla/WinHeaderOnlyUtils.h"
|
||||
# include "WinUtils.h"
|
||||
# include <wininet.h>
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче