Index: content/browser/indexed_db/indexed_db_backing_store.cc |
diff --git a/content/browser/indexed_db/indexed_db_backing_store.cc b/content/browser/indexed_db/indexed_db_backing_store.cc |
index f4b6f8d5a17d6495977450805c41d6d5748cef95..070b92fd80ecbdeea5d11b7864bb247a8eb1b170 100644 |
--- a/content/browser/indexed_db/indexed_db_backing_store.cc |
+++ b/content/browser/indexed_db/indexed_db_backing_store.cc |
@@ -4400,4 +4400,12 @@ IndexedDBBackingStore::Transaction::WriteDescriptor::WriteDescriptor( |
last_modified_(last_modified) { |
} |
+IndexedDBBackingStore::Transaction::WriteDescriptor::WriteDescriptor( |
+ const WriteDescriptor& other) = default; |
+IndexedDBBackingStore::Transaction::WriteDescriptor::~WriteDescriptor() = |
+ default; |
+IndexedDBBackingStore::Transaction::WriteDescriptor& |
+ IndexedDBBackingStore::Transaction::WriteDescriptor:: |
+ operator=(const WriteDescriptor& other) = default; |
+ |
} // namespace content |