Index: base/debug/stack_trace_win.cc |
diff --git a/base/debug/stack_trace_win.cc b/base/debug/stack_trace_win.cc |
index 27661edccd6c44716267ec344a6cfcef5280efe7..55d55624088d59a0ac82f09da611b4ee48627ede 100644 |
--- a/base/debug/stack_trace_win.cc |
+++ b/base/debug/stack_trace_win.cc |
@@ -152,10 +152,6 @@ class SymbolContext { |
init_error_ = ERROR_SUCCESS; |
- // Work around a mysterious hang on Windows XP. |
- if (base::win::GetVersion() < base::win::VERSION_VISTA) |
- return; |
- |
// When transferring the binaries e.g. between bots, path put |
// into the executable will get off. To still retrieve symbols correctly, |
// add the directory of the executable to symbol search path. |