mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 770287: Reorder IDBIndex constructor init list to fix build warning. r=khuey
This commit is contained in:
parent
b764eec0df
commit
c493338e00
@ -394,9 +394,9 @@ IDBIndex::Create(IDBObjectStore* aObjectStore,
|
||||
|
||||
IDBIndex::IDBIndex()
|
||||
: mId(LL_MININT),
|
||||
mKeyPath(0),
|
||||
mActorChild(nsnull),
|
||||
mActorParent(nsnull),
|
||||
mKeyPath(0),
|
||||
mCachedKeyPath(JSVAL_VOID),
|
||||
mUnique(false),
|
||||
mMultiEntry(false),
|
||||
|
Loading…
Reference in New Issue
Block a user