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