| Index: content/common/indexed_db/proxy_webidbtransaction_impl.h
|
| diff --git a/content/common/indexed_db/proxy_webidbtransaction_impl.h b/content/common/indexed_db/proxy_webidbtransaction_impl.h
|
| index abe41342eb90de098a2918667d94b3b9d9adafe9..4ddfd483a7299c2c2835973d13022bd2c7d0ccf1 100644
|
| --- a/content/common/indexed_db/proxy_webidbtransaction_impl.h
|
| +++ b/content/common/indexed_db/proxy_webidbtransaction_impl.h
|
| @@ -23,6 +23,7 @@ class RendererWebIDBTransactionImpl : public WebKit::WebIDBTransaction {
|
| virtual int mode() const;
|
| virtual WebKit::WebIDBObjectStore* objectStore(const WebKit::WebString& name,
|
| WebKit::WebExceptionCode&);
|
| + virtual void commit();
|
| virtual void abort();
|
| virtual void didCompleteTaskEvents();
|
| virtual void setCallbacks(WebKit::WebIDBTransactionCallbacks*);
|
|
|