Index: chrome/common/indexed_db_key.cc |
diff --git a/chrome/common/indexed_db_key.cc b/chrome/common/indexed_db_key.cc |
index 9f7d1537e858af54dae53d9d43d6d347d7ce2f76..4488673dcdb93920ba08f833eae9b5627dbebba3 100644 |
--- a/chrome/common/indexed_db_key.cc |
+++ b/chrome/common/indexed_db_key.cc |
@@ -34,7 +34,7 @@ void IndexedDBKey::Set(const string16& string) { |
string_ = string; |
} |
-void IndexedDBKey::Set(int32_t number) { |
+void IndexedDBKey::Set(double number) { |
type_ = WebIDBKey::NumberType; |
number_ = number; |
} |