| Index: snapshot/win/exception_snapshot_win.cc
|
| diff --git a/snapshot/win/exception_snapshot_win.cc b/snapshot/win/exception_snapshot_win.cc
|
| index 731669ad49cd41c58a5d26ae2abdb1cfb6c9b252..07b1c8eaae1d139fdca8ce6add3db8100242ef1e 100644
|
| --- a/snapshot/win/exception_snapshot_win.cc
|
| +++ b/snapshot/win/exception_snapshot_win.cc
|
| @@ -153,7 +153,7 @@ bool ExceptionSnapshotWin::InitializeFromExceptionPointers(
|
| for (DWORD i = 0; i < first_record.NumberParameters; ++i)
|
| codes_.push_back(first_record.ExceptionInformation[i]);
|
| if (first_record.ExceptionRecord) {
|
| - // https://code.google.com/p/crashpad/issues/detail?id=43
|
| + // https://crashpad.chromium.org/bug/43
|
| LOG(WARNING) << "dropping chained ExceptionRecord";
|
| }
|
|
|
|
|