diff options
Diffstat (limited to 'chrome/app/chrome_dll_main.cc')
-rw-r--r-- | chrome/app/chrome_dll_main.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc index 8d2c141..e16df52 100644 --- a/chrome/app/chrome_dll_main.cc +++ b/chrome/app/chrome_dll_main.cc @@ -312,6 +312,7 @@ int ChromeMain(int argc, char** argv) { // is refactored to avoid such a dependency, it lives here. See also the // TODO(mark) below at InitCrashReporter() and DestructCrashReporter(). base::EnableTerminationOnHeapCorruption(); + base::EnableTerminationOnOutOfMemory(); #endif // OS_MACOSX RegisterInvalidParamHandler(); |