Index: base/process_util_mac.mm |
diff --git a/base/process_util_mac.mm b/base/process_util_mac.mm |
index ae8e6f17c6e61dc959dc2bfd06678cf22eaf6824..3ab2fb6a314de1f29203320d9cca20104ec78cfe 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) { |