diff options
Diffstat (limited to 'content/renderer/renderer_webidbobjectstore_impl.h')
-rw-r--r-- | content/renderer/renderer_webidbobjectstore_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/renderer/renderer_webidbobjectstore_impl.h b/content/renderer/renderer_webidbobjectstore_impl.h index c95e5bf..21c922d 100644 --- a/content/renderer/renderer_webidbobjectstore_impl.h +++ b/content/renderer/renderer_webidbobjectstore_impl.h @@ -50,6 +50,7 @@ class RendererWebIDBObjectStoreImpl : public WebKit::WebIDBObjectStore { const WebKit::WebString& name, const WebKit::WebString& key_path, bool unique, + bool multi_entry, const WebKit::WebIDBTransaction& transaction, WebKit::WebExceptionCode& ec); // Transfers ownership of the WebIDBIndex to the caller. |