Index: Source/modules/indexeddb/IDBDatabase.h |
diff --git a/Source/modules/indexeddb/IDBDatabase.h b/Source/modules/indexeddb/IDBDatabase.h |
index 133ffb9ee4651dd8710cb6f63d5ca00a8f2fac88..9381e6cc7997afdf21a8f60238a0705c92c63a94 100644 |
--- a/Source/modules/indexeddb/IDBDatabase.h |
+++ b/Source/modules/indexeddb/IDBDatabase.h |
@@ -53,6 +53,8 @@ public: |
~IDBDatabase(); |
void setMetadata(const IDBDatabaseMetadata& metadata) { m_metadata = metadata; } |
+ void indexCreated(int64_t objectStoreId, const IDBIndexMetadata&); |
+ void indexDeleted(int64_t objectStoreId, int64_t indexId); |
void transactionCreated(IDBTransaction*); |
void transactionFinished(IDBTransaction*); |