summaryrefslogtreecommitdiffstats
path: root/chrome/common/indexed_db_key.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/indexed_db_key.h')
-rw-r--r--chrome/common/indexed_db_key.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/indexed_db_key.h b/chrome/common/indexed_db_key.h
index 41fb10b..29c1792 100644
--- a/chrome/common/indexed_db_key.h
+++ b/chrome/common/indexed_db_key.h
@@ -14,6 +14,7 @@ class IndexedDBKey {
public:
IndexedDBKey(); // Defaults to WebKit::WebIDBKey::InvalidType.
explicit IndexedDBKey(const WebKit::WebIDBKey& key);
+ ~IndexedDBKey();
void SetNull();
void SetInvalid();