Index: snapshot/win/process_snapshot_win.cc |
diff --git a/snapshot/win/process_snapshot_win.cc b/snapshot/win/process_snapshot_win.cc |
index b25e8caa1079f2267babe3e53543020338af56e2..33b35e4c4c6737f6e384f5842b34e941f499e90d 100644 |
--- a/snapshot/win/process_snapshot_win.cc |
+++ b/snapshot/win/process_snapshot_win.cc |
@@ -149,7 +149,7 @@ std::vector<const ModuleSnapshot*> ProcessSnapshotWin::Modules() const { |
} |
const ExceptionSnapshot* ProcessSnapshotWin::Exception() const { |
- CHECK(false) << "TODO(scottmg): Exception()"; |
+ //CHECK(false) << "TODO(scottmg): Exception()"; |
cpu_(ooo_6.6-7.5)
2015/05/12 01:06:50
you meant to delete this line? in chrome we don't
scottmg
2015/05/12 19:37:05
Removed.
|
return nullptr; |
} |