summaryrefslogtreecommitdiff
path: root/chromium/content/browser/indexed_db/indexed_db_pending_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/indexed_db/indexed_db_pending_connection.h')
-rw-r--r--chromium/content/browser/indexed_db/indexed_db_pending_connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/content/browser/indexed_db/indexed_db_pending_connection.h b/chromium/content/browser/indexed_db/indexed_db_pending_connection.h
index b66d9cd4955..10e1b05df55 100644
--- a/chromium/content/browser/indexed_db/indexed_db_pending_connection.h
+++ b/chromium/content/browser/indexed_db/indexed_db_pending_connection.h
@@ -24,6 +24,7 @@ struct CONTENT_EXPORT IndexedDBPendingConnection {
int child_process_id_in,
int64_t transaction_id_in,
int64_t version_in);
+ IndexedDBPendingConnection(const IndexedDBPendingConnection& other);
~IndexedDBPendingConnection();
scoped_refptr<IndexedDBCallbacks> callbacks;
scoped_refptr<IndexedDBDatabaseCallbacks> database_callbacks;