2024-05-06 22:50:44 +02:00
|
|
|
diff --git base/allocator/partition_alloc_features.cc base/allocator/partition_alloc_features.cc
|
2024-05-10 16:44:05 +02:00
|
|
|
index ef25b0dc2ef44..012e64d349a55 100644
|
2024-05-06 22:50:44 +02:00
|
|
|
--- base/allocator/partition_alloc_features.cc
|
|
|
|
+++ base/allocator/partition_alloc_features.cc
|
|
|
|
@@ -36,7 +36,7 @@ const base::FeatureParam<UnretainedDanglingPtrMode>
|
|
|
|
kUnretainedDanglingPtrModeParam = {
|
|
|
|
&kPartitionAllocUnretainedDanglingPtr,
|
|
|
|
"mode",
|
|
|
|
- UnretainedDanglingPtrMode::kCrash,
|
|
|
|
+ UnretainedDanglingPtrMode::kDumpWithoutCrashing,
|
|
|
|
&kUnretainedDanglingPtrModeOption,
|
|
|
|
};
|
|
|
|
|