| 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 7c73d76757067ba3db25787491532302fab4de1f..06ad6bb84495f08e86ba59986c4228009d8238c6 100644
|
| --- a/content/common/indexed_db/proxy_webidbobjectstore_impl.h
|
| +++ b/content/common/indexed_db/proxy_webidbobjectstore_impl.h
|
| @@ -27,6 +27,7 @@ class RendererWebIDBObjectStoreImpl : public WebKit::WebIDBObjectStore {
|
| virtual WebKit::WebString name() const;
|
| virtual WebKit::WebIDBKeyPath keyPath() const;
|
| virtual WebKit::WebDOMStringList indexNames() const;
|
| + virtual bool autoIncrement() const;
|
|
|
| virtual void get(const WebKit::WebIDBKeyRange& key_range,
|
| WebKit::WebIDBCallbacks* callbacks,
|
|
|