Index: util/mach/exception_ports.cc |
diff --git a/util/mach/exception_ports.cc b/util/mach/exception_ports.cc |
index 33b517d3f5da20a9afb657959666a21167c768ca..2d85c1e67a4212600f8d656d41e443a1cc34e915 100644 |
--- a/util/mach/exception_ports.cc |
+++ b/util/mach/exception_ports.cc |
@@ -54,9 +54,9 @@ ExceptionPorts::ExceptionPorts(TargetType target_type, mach_port_t target_port) |
default: |
NOTREACHED(); |
- get_exception_ports_ = NULL; |
- set_exception_ports_ = NULL; |
- target_name_ = NULL; |
+ get_exception_ports_ = nullptr; |
+ set_exception_ports_ = nullptr; |
+ target_name_ = nullptr; |
target_port_ = MACH_PORT_NULL; |
break; |
} |