Index: Source/modules/indexeddb/IDBObjectStore.h |
diff --git a/Source/modules/indexeddb/IDBObjectStore.h b/Source/modules/indexeddb/IDBObjectStore.h |
index ef646d935ebb51d4e9646e7f9f0706239477586b..8f48513b823d9b5728b83be2bc0bdffde1e47fa5 100644 |
--- a/Source/modules/indexeddb/IDBObjectStore.h |
+++ b/Source/modules/indexeddb/IDBObjectStore.h |
@@ -120,7 +120,7 @@ private: |
IDBObjectStoreMetadata m_metadata; |
Member<IDBTransaction> m_transaction; |
- bool m_deleted; |
+ bool m_deleted = false; |
typedef HeapHashMap<String, Member<IDBIndex>> IDBIndexMap; |
IDBIndexMap m_indexMap; |