mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Correct the initialization order in the IDBIndex constructor (no bug; DONTBUILD)
This commit is contained in:
parent
8d6396dded
commit
84bc5927cc
@ -395,9 +395,9 @@ IDBIndex::Create(IDBObjectStore* aObjectStore,
|
||||
IDBIndex::IDBIndex()
|
||||
: mId(LL_MININT),
|
||||
mKeyPath(0),
|
||||
mCachedKeyPath(JSVAL_VOID),
|
||||
mActorChild(nsnull),
|
||||
mActorParent(nsnull),
|
||||
mCachedKeyPath(JSVAL_VOID),
|
||||
mUnique(false),
|
||||
mMultiEntry(false),
|
||||
mRooted(false)
|
||||
|
Loading…
Reference in New Issue
Block a user