| 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 59eafb2d42f20a8f4f11e453fd826c726ce5302f..f6a70974f6c96a643b4be0e2932c60d5837ebed5 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 keyPath() const;
|
| + virtual WebKit::WebString keyPathString() const;
|
| virtual bool unique() const;
|
| virtual bool multiEntry() const;
|
|
|
|
|