looks like it needs to be undefined, not just set to 0

This commit is contained in:
Tom spot Callaway 2021-08-30 14:19:15 -04:00
parent 0c90ee963f
commit da935cef06
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ diff -up chromium-92.0.4515.159/base/allocator/partition_allocator/partition_all
(defined(OS_LINUX) || defined(OS_ANDROID))
// TODO(bikineev): Enable for ChromeOS.
-#define PA_STARSCAN_UFFD_WRITE_PROTECTOR_SUPPORTED
+#define PA_STARSCAN_UFFD_WRITE_PROTECTOR_SUPPORTED 0
+// #define PA_STARSCAN_UFFD_WRITE_PROTECTOR_SUPPORTED
#endif
// POSIX is not only UNIX, e.g. macOS and other OSes. We do use Linux-specific