| Index: content/browser/indexed_db/indexed_db_dispatcher_host.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_dispatcher_host.cc b/content/browser/indexed_db/indexed_db_dispatcher_host.cc
|
| index 5ec2b943786cbdaee493f676c36d7a037b074f60..998237ce5eff9614f0cc0f2215b8c60a3bfc2961 100644
|
| --- a/content/browser/indexed_db/indexed_db_dispatcher_host.cc
|
| +++ b/content/browser/indexed_db/indexed_db_dispatcher_host.cc
|
| @@ -725,9 +725,9 @@ void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnOpenCursor(
|
| params.object_store_id,
|
| params.index_id,
|
| make_scoped_ptr(new IndexedDBKeyRange(params.key_range)),
|
| - static_cast<indexed_db::CursorDirection>(params.direction),
|
| + static_cast<blink::Direction>(params.direction),
|
| params.key_only,
|
| - static_cast<IndexedDBDatabase::TaskType>(params.task_type),
|
| + static_cast<blink::TaskType>(params.task_type),
|
| callbacks);
|
| }
|
|
|
|
|