| 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 c9e6659e3ab077895c3b0b70552b71400d08f836..8e0e6e4d0f9111c42f5f9f70e13864117c46879f 100644
|
| --- a/content/common/indexed_db/proxy_webidbobjectstore_impl.h
|
| +++ b/content/common/indexed_db/proxy_webidbobjectstore_impl.h
|
| @@ -34,6 +34,15 @@ class RendererWebIDBObjectStoreImpl : public WebKit::WebIDBObjectStore {
|
| WebKit::WebIDBCallbacks* callbacks,
|
| const WebKit::WebIDBTransaction& transaction,
|
| WebKit::WebExceptionCode& ec);
|
| + virtual void putWithIndexKeys(
|
| + const WebKit::WebSerializedScriptValue&,
|
| + const WebKit::WebIDBKey&,
|
| + PutMode,
|
| + WebKit::WebIDBCallbacks*,
|
| + const WebKit::WebIDBTransaction&,
|
| + const WebKit::WebVector<WebKit::WebString>&,
|
| + const WebKit::WebVector<WebKit::WebVector<WebKit::WebIDBKey> >&,
|
| + WebKit::WebExceptionCode&);
|
| virtual void deleteFunction(const WebKit::WebIDBKeyRange& key_range,
|
| WebKit::WebIDBCallbacks* callbacks,
|
| const WebKit::WebIDBTransaction& transaction,
|
|
|