| 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 3c5490750ee8d91a129b05d83527ae2932e55710..610d6986aeaefe2dbdf89d16e3f6da78d23702c6 100644
|
| --- a/content/common/indexed_db/proxy_webidbobjectstore_impl.h
|
| +++ b/content/common/indexed_db/proxy_webidbobjectstore_impl.h
|
| @@ -32,6 +32,10 @@ class RendererWebIDBObjectStoreImpl : public WebKit::WebIDBObjectStore {
|
| 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,
|
| + WebKit::WebExceptionCode& ec);
|
| virtual void put(const WebKit::WebSerializedScriptValue& value,
|
| const WebKit::WebIDBKey& key,
|
| PutMode put_mode,
|
|
|