Index: content/common/indexed_db/proxy_webidbobjectstore_impl.h |
diff --git a/content/common/indexed_db/proxy_webidbobjectstore_impl.h b/content/common/indexed_db/proxy_webidbobjectstore_impl.h |
index bd96038394992f13a768dd9706ab5bf11d9918a7..8a5c101729f0cdd6c803f528693e1fd40a4ee017 100644 |
--- a/content/common/indexed_db/proxy_webidbobjectstore_impl.h |
+++ b/content/common/indexed_db/proxy_webidbobjectstore_impl.h |
@@ -25,7 +25,7 @@ class RendererWebIDBObjectStoreImpl : public WebKit::WebIDBObjectStore { |
// WebKit::WebIDBObjectStore |
virtual WebKit::WebString name() const; |
- virtual WebKit::WebString keyPathString() const; |
+ virtual WebKit::WebIDBKeyPath keyPath() const; |
virtual WebKit::WebDOMStringList indexNames() const; |
virtual void get(const WebKit::WebIDBKey& key, |
@@ -56,7 +56,7 @@ class RendererWebIDBObjectStoreImpl : public WebKit::WebIDBObjectStore { |
virtual WebKit::WebIDBIndex* createIndex( |
const WebKit::WebString& name, |
- const WebKit::WebString& key_path, |
+ const WebKit::WebIDBKeyPath& key_path, |
bool unique, |
bool multi_entry, |
const WebKit::WebIDBTransaction& transaction, |