| Index: content/common/indexed_db_key.h
|
| diff --git a/content/common/indexed_db_key.h b/content/common/indexed_db_key.h
|
| index ee7acd874c25b91ae0a76be29962e3b94e55f2de..808aaa843a7f33a10ae1973d85ba0d028a1db1de 100644
|
| --- a/content/common/indexed_db_key.h
|
| +++ b/content/common/indexed_db_key.h
|
| @@ -17,7 +17,6 @@ class CONTENT_EXPORT IndexedDBKey {
|
| explicit IndexedDBKey(const WebKit::WebIDBKey& key);
|
| ~IndexedDBKey();
|
|
|
| - void SetNull();
|
| void SetInvalid();
|
| void SetString(const string16& string);
|
| void SetDate(double date);
|
|
|