| 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..c401c3680e8b3ded0444d6fea60bc5e81a181e25 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,
|
| + int64 version,
|
| WebKit::WebIDBCallbacks* callbacks,
|
| const WebKit::WebSecurityOrigin& origin,
|
| WebKit::WebFrame* web_frame,
|
|
|