Index: src/gdb-jit.cc |
diff --git a/src/gdb-jit.cc b/src/gdb-jit.cc |
index 61615af81b4b4c52c3308ce1289d20c38a7ebc68..bed3a8176c0adf5d346d37475cdce1ebea984817 100644 |
--- a/src/gdb-jit.cc |
+++ b/src/gdb-jit.cc |
@@ -2016,7 +2016,7 @@ static uint32_t HashCodeAddress(Address addr) { |
static base::HashMap* GetLineMap() { |
static base::HashMap* line_map = NULL; |
if (line_map == NULL) { |
- line_map = new base::HashMap(&base::HashMap::PointersMatch); |
+ line_map = new base::HashMap(&); |
rmcilroy
2016/09/20 16:06:03
remove "&" here
Leszek Swirski
2016/09/26 16:54:52
Done.
|
} |
return line_map; |
} |