Index: content/app/content_main_runner.cc |
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
index d7946083468c59ca7f6d716853dc85a294a3a86b..69eb8c28fd9229d941110ea77c3846a632fbc672 100644 |
--- a/content/app/content_main_runner.cc |
+++ b/content/app/content_main_runner.cc |
@@ -557,8 +557,7 @@ |
is_initialized_ = true; |
delegate_ = params.delegate; |
- if (params.enable_termination_on_heap_corruption) |
- base::EnableTerminationOnHeapCorruption(); |
+ base::EnableTerminationOnHeapCorruption(); |
base::EnableTerminationOnOutOfMemory(); |
// The exit manager is in charge of calling the dtors of singleton objects. |