| 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 509f5bff9aa5c2e9a78897a79a69bdc717ceb35e..ed99a25ea361799de5647f64f6fb38cbc614c9fb 100644
|
| --- a/content/common/indexed_db/proxy_webidbobjectstore_impl.h
|
| +++ b/content/common/indexed_db/proxy_webidbobjectstore_impl.h
|
| @@ -64,12 +64,6 @@ class RendererWebIDBObjectStoreImpl : public WebKit::WebIDBObjectStore {
|
| const WebKit::WebIDBTransaction& transaction,
|
| WebKit::WebExceptionCode& ec);
|
|
|
| - virtual void openCursor(const WebKit::WebIDBKeyRange& range,
|
| - unsigned short direction,
|
| - WebKit::WebIDBCallbacks* callbacks,
|
| - const WebKit::WebIDBTransaction& transaction,
|
| - WebKit::WebExceptionCode& ec);
|
| -
|
| virtual void openCursor(const WebKit::WebIDBKeyRange&,
|
| WebKit::WebIDBCursor::Direction direction,
|
| WebKit::WebIDBCallbacks*,
|
|
|