| 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 610d6986aeaefe2dbdf89d16e3f6da78d23702c6..8f168793875741791a1e07e544e7ad98bf750e5d 100644
|
| --- a/content/common/indexed_db/proxy_webidbobjectstore_impl.h
|
| +++ b/content/common/indexed_db/proxy_webidbobjectstore_impl.h
|
| @@ -28,10 +28,6 @@ class RendererWebIDBObjectStoreImpl : public WebKit::WebIDBObjectStore {
|
| virtual WebKit::WebString keyPath() const;
|
| virtual WebKit::WebDOMStringList indexNames() const;
|
|
|
| - virtual void get(const WebKit::WebIDBKey& key,
|
| - WebKit::WebIDBCallbacks* callbacks,
|
| - const WebKit::WebIDBTransaction& transaction,
|
| - WebKit::WebExceptionCode& ec);
|
| virtual void get(const WebKit::WebIDBKeyRange& key_range,
|
| WebKit::WebIDBCallbacks* callbacks,
|
| const WebKit::WebIDBTransaction& transaction,
|
|
|