diff options
Diffstat (limited to 'content/common')
-rw-r--r-- | content/common/indexed_db/indexed_db_messages.h | 2 | ||||
-rw-r--r-- | content/common/indexed_db/proxy_webidbobjectstore_impl.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/common/indexed_db/indexed_db_messages.h b/content/common/indexed_db/indexed_db_messages.h index faf354d..b265a1f 100644 --- a/content/common/indexed_db/indexed_db_messages.h +++ b/content/common/indexed_db/indexed_db_messages.h @@ -439,7 +439,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 */) diff --git a/content/common/indexed_db/proxy_webidbobjectstore_impl.h b/content/common/indexed_db/proxy_webidbobjectstore_impl.h index 27dd73c..310ff2a 100644 --- a/content/common/indexed_db/proxy_webidbobjectstore_impl.h +++ b/content/common/indexed_db/proxy_webidbobjectstore_impl.h @@ -40,7 +40,7 @@ class RendererWebIDBObjectStoreImpl : public WebKit::WebIDBObjectStore { WebKit::WebIDBCallbacks*, const WebKit::WebIDBTransaction&, const WebKit::WebVector<WebKit::WebString>&, - const WebKit::WebVector<WebKit::WebVector<WebKit::WebIDBKey> >&, + const WebKit::WebVector<WebKit::WebIDBObjectStore::WebIndexKeys>&, WebKit::WebExceptionCode&); virtual void deleteFunction(const WebKit::WebIDBKeyRange& key_range, WebKit::WebIDBCallbacks* callbacks, |