Index: Source/modules/indexeddb/IDBIndex.cpp |
diff --git a/Source/modules/indexeddb/IDBIndex.cpp b/Source/modules/indexeddb/IDBIndex.cpp |
index 7321fa13cab6177ad006ddd84934c7a723c406fd..825ae978bb7b89adec47f48a5409e3bb4ae5dde7 100644 |
--- a/Source/modules/indexeddb/IDBIndex.cpp |
+++ b/Source/modules/indexeddb/IDBIndex.cpp |
@@ -49,7 +49,6 @@ IDBIndex::IDBIndex(const IDBIndexMetadata& metadata, IDBObjectStore* objectStore |
: m_metadata(metadata) |
, m_objectStore(objectStore) |
, m_transaction(transaction) |
- , m_deleted(false) |
{ |
ASSERT(m_objectStore); |
ASSERT(m_transaction); |