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