Index: content/common/indexed_db/proxy_webidbdatabase_impl.h |
diff --git a/content/common/indexed_db/proxy_webidbdatabase_impl.h b/content/common/indexed_db/proxy_webidbdatabase_impl.h |
index 77b064f226c908f89eef33d3410f6e47e5a58a59..a6e7154e46ce18f252ef23721f7846653f1277c0 100644 |
--- a/content/common/indexed_db/proxy_webidbdatabase_impl.h |
+++ b/content/common/indexed_db/proxy_webidbdatabase_impl.h |
@@ -27,7 +27,7 @@ class RendererWebIDBDatabaseImpl : public WebKit::WebIDBDatabase { |
virtual WebKit::WebDOMStringList objectStoreNames() const; |
virtual WebKit::WebIDBObjectStore* createObjectStore( |
const WebKit::WebString& name, |
- const WebKit::WebString& key_path, |
+ const WebKit::WebIDBKeyPath& key_path, |
bool auto_increment, |
const WebKit::WebIDBTransaction& transaction, |
WebKit::WebExceptionCode& ec); |