diff options
Diffstat (limited to 'chrome/common/indexed_db_key.h')
-rw-r--r-- | chrome/common/indexed_db_key.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/indexed_db_key.h b/chrome/common/indexed_db_key.h index 9b0662a..41fb10b 100644 --- a/chrome/common/indexed_db_key.h +++ b/chrome/common/indexed_db_key.h @@ -19,6 +19,7 @@ class IndexedDBKey { void SetInvalid(); void Set(const string16& string); void Set(int32_t number); + void Set(const WebKit::WebIDBKey& key); WebKit::WebIDBKey::Type type() const { return type_; } const string16& string() const { return string_; } |