mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
fix ubO pt.3
This commit is contained in:
parent
f628239ef3
commit
3f10f6cfc5
3 changed files with 53 additions and 1 deletions
|
|
@ -68,7 +68,9 @@ struct IDBObjectStore::StructuredCloneWriteInfo
|
|||
uint64_t mOffsetToKeyProp;
|
||||
|
||||
explicit StructuredCloneWriteInfo(IDBDatabase* aDatabase)
|
||||
: mCloneBuffer(JS::StructuredCloneScope::DifferentProcessForIndexedDB, nullptr,
|
||||
// DifferentProcessForIndexedDB is a read-only compatibility mode. New
|
||||
// records must use the durable, cross-process serialization format.
|
||||
: mCloneBuffer(JS::StructuredCloneScope::DifferentProcess, nullptr,
|
||||
nullptr)
|
||||
, mDatabase(aDatabase)
|
||||
, mOffsetToKeyProp(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue