indexDeleted       63 Source/modules/indexeddb/IDBDatabase.h     void indexDeleted(int64_t objectStoreId, int64_t indexId);
indexDeleted      503 Source/modules/indexeddb/IDBObjectStore.cpp     m_transaction->db()->indexDeleted(id(), indexId);