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 3c5490750ee8d91a129b05d83527ae2932e55710..fa384e3868c9ab46f8a2896f0f2e5898d860310e 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 keyPath() const; |
+ virtual WebKit::WebString keyPathString() const; |
virtual WebKit::WebDOMStringList indexNames() const; |
virtual void get(const WebKit::WebIDBKey& key, |