| 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 874587c24729fe195e820592c3e3258f3397e8f8..16b03c4290e17ddb34d46a4c56b65bae319dd94b 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,10 @@ 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) {
|
| + return GetOrTerminateProcess(&cursor_dispatcher_host_->map_, cursor_id);
|
| + }
|
| +
|
| private:
|
| virtual ~IndexedDBDispatcherHost();
|
|
|
|
|