mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-28 02:20:04 +01:00
Revert "Revert unretained dangling ptr detector crash by default (fixes #3693)"
This reverts commit 8283317cb1
.
This commit is contained in:
parent
3f036edf2d
commit
aad216bf56
@ -796,13 +796,6 @@ patches = [
|
|||||||
# https://chromium-review.googlesource.com/c/chromium/src/+/5454331
|
# https://chromium-review.googlesource.com/c/chromium/src/+/5454331
|
||||||
'name': 'win_partition_freelist_entry_336007395'
|
'name': 'win_partition_freelist_entry_336007395'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
# Revert unretained dangling ptr detector crash by default.
|
|
||||||
# https://github.com/chromiumembedded/cef/issues/3693
|
|
||||||
# Reverts
|
|
||||||
# https://chromium-review.googlesource.com/c/chromium/src/+/5351597
|
|
||||||
'name': 'base_allocator_unretained_dangling_ptr_5351597'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
# Fix deadlock with enable_backup_ref_ptr_instance_tracer=true
|
# Fix deadlock with enable_backup_ref_ptr_instance_tracer=true
|
||||||
# https://issues.chromium.org/issues/340815319
|
# https://issues.chromium.org/issues/340815319
|
||||||
|
@ -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,
|
|
||||||
};
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user