| 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 0b806f064d2fa70ef730ced266051cc39970721e..e0384c395aa59ca33c788faeb12c00747cbbba4e 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;
|
|
|
|
|