Index: snapshot/win/thread_snapshot_win.cc |
diff --git a/snapshot/win/thread_snapshot_win.cc b/snapshot/win/thread_snapshot_win.cc |
index 3593a7e1deed5dc4f86d4245b7d2a7372ea277bf..9c8c9ea69861d58e949d7267a778e311a3f6cda0 100644 |
--- a/snapshot/win/thread_snapshot_win.cc |
+++ b/snapshot/win/thread_snapshot_win.cc |
@@ -112,8 +112,7 @@ uint64_t ThreadSnapshotWin::ThreadSpecificDataAddress() const { |
std::vector<const MemorySnapshot*> ThreadSnapshotWin::ExtraMemory() const { |
INITIALIZATION_STATE_DCHECK_VALID(initialized_); |
// TODO(scottmg): Ensure this region is readable, and make sure we don't |
- // discard the entire dump if it isn't. |
- // https://code.google.com/p/crashpad/issues/detail?id=59 |
+ // discard the entire dump if it isn't. https://crashpad.chromium.org/bug/59 |
return std::vector<const MemorySnapshot*>(1, &teb_); |
} |