| Index: content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| diff --git a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| index 3494c62500f72b15ea5095708692e82d028a258e..5a7c0d81b3074f79d8dccb3ab65940c0ac81b18b 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| +++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| @@ -65,6 +65,8 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter {
|
| int32 Add(WebKit::WebIDBTransaction* idb_transaction, const GURL& origin_url);
|
| int32 Add(WebKit::WebDOMStringList* domStringList);
|
|
|
| + WebKit::WebIDBCursor* GetCursorFromId(int32 cursor_id);
|
| +
|
| private:
|
| virtual ~IndexedDBDispatcherHost();
|
|
|
|
|