Bug 770287: Reorder IDBIndex constructor init list to fix build warning. r=khuey

This commit is contained in:
Daniel Holbert 2012-07-03 14:09:35 -07:00
parent b764eec0df
commit c493338e00

View File

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