mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: use PartitionOptions's new Cookies field
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2771318
This commit is contained in:
committed by
Samuel Attard
parent
2d4c79413b
commit
f69e95824f
@@ -76,6 +76,7 @@ class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
|
||||
allocator_->init({base::PartitionOptions::AlignedAlloc::kDisallowed,
|
||||
base::PartitionOptions::ThreadCache::kDisabled,
|
||||
base::PartitionOptions::Quarantine::kAllowed,
|
||||
base::PartitionOptions::Cookies::kAllowed,
|
||||
base::PartitionOptions::RefCount::kDisallowed});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user