mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1195149 - Upgrade the !mInWriteTransaction check to a MOZ_RELEASE_ASSERT. r=janv
This commit is contained in:
parent
a67aa78aaa
commit
ff5d77a4cd
@ -10299,7 +10299,7 @@ DatabaseConnection::Close()
|
||||
AssertIsOnConnectionThread();
|
||||
MOZ_ASSERT(mStorageConnection);
|
||||
MOZ_ASSERT(!mDEBUGSavepointCount);
|
||||
MOZ_ASSERT(!mInWriteTransaction);
|
||||
MOZ_RELEASE_ASSERT(!mInWriteTransaction);
|
||||
|
||||
PROFILER_LABEL("IndexedDB",
|
||||
"DatabaseConnection::Close",
|
||||
|
Loading…
Reference in New Issue
Block a user