diff options
Diffstat (limited to 'chrome/common/indexed_db_key.cc')
-rw-r--r-- | chrome/common/indexed_db_key.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/indexed_db_key.cc b/chrome/common/indexed_db_key.cc index 315e5b2..9f7d153 100644 --- a/chrome/common/indexed_db_key.cc +++ b/chrome/common/indexed_db_key.cc @@ -18,6 +18,9 @@ IndexedDBKey::IndexedDBKey(const WebIDBKey& key) { Set(key); } +IndexedDBKey::~IndexedDBKey() { +} + void IndexedDBKey::SetNull() { type_ = WebIDBKey::NullType; } |