Correct the initialization order in the IDBIndex constructor (no bug; DONTBUILD)

This commit is contained in:
Ehsan Akhgari 2012-07-11 00:25:47 -04:00
parent 8d6396dded
commit 84bc5927cc

View File

@ -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)