summaryrefslogtreecommitdiffstats
path: root/base/process_util_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'base/process_util_mac.mm')
-rw-r--r--base/process_util_mac.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/process_util_mac.mm b/base/process_util_mac.mm
index ae8e6f1..3ab2fb6 100644
--- a/base/process_util_mac.mm
+++ b/base/process_util_mac.mm
@@ -834,8 +834,8 @@ void EnableTerminationOnOutOfMemory() {
ChromeMallocZone* purgeable_zone =
reinterpret_cast<ChromeMallocZone*>(GetPurgeableZone());
- vm_address_t page_start_default = NULL;
- vm_address_t page_start_purgeable = NULL;
+ vm_address_t page_start_default = 0;
+ vm_address_t page_start_purgeable = 0;
vm_size_t len_default = 0;
vm_size_t len_purgeable = 0;
if (zone_allocators_protected) {