mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Revert "Revert unretained dangling ptr detector crash by default (fixes #3693)"
This reverts commit 8283317cb1
.
This commit is contained in:
@ -1,13 +0,0 @@
|
||||
diff --git base/allocator/partition_alloc_features.cc base/allocator/partition_alloc_features.cc
|
||||
index a2616fced0f5b..cacd41b0ffa23 100644
|
||||
--- 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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user