Index: content/common/indexed_db/proxy_webidbindex_impl.h |
diff --git a/content/common/indexed_db/proxy_webidbindex_impl.h b/content/common/indexed_db/proxy_webidbindex_impl.h |
index 112eda0a6673ea00d664c727515bd634d2f0ae83..a7c5ec901088a25109db5728063edfa5dfb3a206 100644 |
--- a/content/common/indexed_db/proxy_webidbindex_impl.h |
+++ b/content/common/indexed_db/proxy_webidbindex_impl.h |
@@ -18,7 +18,7 @@ class RendererWebIDBIndexImpl : public WebKit::WebIDBIndex { |
// WebKit::WebIDBIndex |
virtual WebKit::WebString name() const; |
virtual WebKit::WebString storeName() const; |
- virtual WebKit::WebString keyPathString() const; |
+ virtual WebKit::WebIDBKeyPath keyPath() const; |
virtual bool unique() const; |
virtual bool multiEntry() const; |