| Index: content/browser/indexed_db/indexed_db_cursor.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_cursor.cc b/content/browser/indexed_db/indexed_db_cursor.cc
|
| index 9caf29d9019573db42d45906803a3a6e46c50ef9..7cdea59dffdbe2a5fc3162ea6affed794105447e 100644
|
| --- a/content/browser/indexed_db/indexed_db_cursor.cc
|
| +++ b/content/browser/indexed_db/indexed_db_cursor.cc
|
| @@ -17,7 +17,7 @@ namespace content {
|
| IndexedDBCursor::IndexedDBCursor(
|
| scoped_ptr<IndexedDBBackingStore::Cursor> cursor,
|
| indexed_db::CursorType cursor_type,
|
| - IndexedDBDatabase::TaskType task_type,
|
| + blink::WebIDBTaskType task_type,
|
| IndexedDBTransaction* transaction)
|
| : task_type_(task_type),
|
| cursor_type_(cursor_type),
|
|
|