diff options
Diffstat (limited to 'WebCore/storage/IDBDatabaseBackendInterface.h')
-rw-r--r-- | WebCore/storage/IDBDatabaseBackendInterface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/storage/IDBDatabaseBackendInterface.h b/WebCore/storage/IDBDatabaseBackendInterface.h index ac12bf1..9e35369 100644 --- a/WebCore/storage/IDBDatabaseBackendInterface.h +++ b/WebCore/storage/IDBDatabaseBackendInterface.h @@ -39,6 +39,7 @@ class Frame; class IDBCallbacks; class IDBObjectStoreBackendInterface; class IDBTransactionBackendInterface; +class IDBTransactionCallbacks; // This class is shared by IDBDatabase (async) and IDBDatabaseSync (sync). // This is implemented by IDBDatabaseBackendImpl and optionally others (in order to proxy |