| Index: content/common/indexed_db/proxy_webidbfactory_impl.h
|
| diff --git a/content/common/indexed_db/proxy_webidbfactory_impl.h b/content/common/indexed_db/proxy_webidbfactory_impl.h
|
| index 22a8ced7932d1f8f2bc9c72697692804c00c4b02..23745dc45a78ba86abbece1324aa7a5a4e0bdcb7 100644
|
| --- a/content/common/indexed_db/proxy_webidbfactory_impl.h
|
| +++ b/content/common/indexed_db/proxy_webidbfactory_impl.h
|
| @@ -29,6 +29,7 @@ class RendererWebIDBFactoryImpl : public WebKit::WebIDBFactory {
|
|
|
| virtual void open(
|
| const WebKit::WebString& name,
|
| + long long version,
|
| WebKit::WebIDBCallbacks* callbacks,
|
| const WebKit::WebSecurityOrigin& origin,
|
| WebKit::WebFrame* web_frame,
|
|
|