Index: tools/mac/exception_port_tool.cc |
diff --git a/tools/mac/exception_port_tool.cc b/tools/mac/exception_port_tool.cc |
index 3bb96524d97a706581469f7093e11207b86ac305..9efff7cfc0ccb68cbb22b11af97158afd18889c1 100644 |
--- a/tools/mac/exception_port_tool.cc |
+++ b/tools/mac/exception_port_tool.cc |
@@ -211,8 +211,7 @@ void ShowExceptionPorts(const ExceptionPorts& exception_ports, |
const char* target_name = exception_ports.TargetTypeName(); |
std::vector<ExceptionPorts::ExceptionHandler> handlers; |
- if (!exception_ports.GetExceptionPorts(ExcMaskAll() | EXC_MASK_CRASH, |
- &handlers)) { |
+ if (!exception_ports.GetExceptionPorts(ExcMaskValid(), &handlers)) { |
return; |
} |