diff options
Diffstat (limited to 'content/browser/indexed_db/indexed_db_pending_connection.cc')
-rw-r--r-- | content/browser/indexed_db/indexed_db_pending_connection.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/browser/indexed_db/indexed_db_pending_connection.cc b/content/browser/indexed_db/indexed_db_pending_connection.cc index ee16aba..34f4924 100644 --- a/content/browser/indexed_db/indexed_db_pending_connection.cc +++ b/content/browser/indexed_db/indexed_db_pending_connection.cc @@ -18,6 +18,9 @@ IndexedDBPendingConnection::IndexedDBPendingConnection( transaction_id(transaction_id_in), version(version_in) {} +IndexedDBPendingConnection::IndexedDBPendingConnection( + const IndexedDBPendingConnection& other) = default; + IndexedDBPendingConnection::~IndexedDBPendingConnection() {} } // namespace content |