Index: content/common/indexed_db/indexed_db_messages.h |
diff --git a/content/common/indexed_db/indexed_db_messages.h b/content/common/indexed_db/indexed_db_messages.h |
index 7a750376fbc7e87c81a0ceccc23e2c63589c6b08..7cc584b1f97336cddf8b7a9fc9dc510f7f49a5f8 100644 |
--- a/content/common/indexed_db/indexed_db_messages.h |
+++ b/content/common/indexed_db/indexed_db_messages.h |
@@ -438,7 +438,7 @@ IPC_SYNC_MESSAGE_CONTROL5_1(IndexedDBHostMsg_ObjectStoreGet, |
int32, /* transaction_id */ |
WebKit::WebExceptionCode /* ec */) |
-// WebIDBObjectStore::put() message. |
+// WebIDBObjectStore::putWithIndexKeys() message. |
IPC_SYNC_MESSAGE_CONTROL1_1(IndexedDBHostMsg_ObjectStorePut, |
IndexedDBHostMsg_ObjectStorePut_Params, |
WebKit::WebExceptionCode /* ec */) |