| Index: Source/modules/indexeddb/IDBCursor.cpp
|
| diff --git a/Source/modules/indexeddb/IDBCursor.cpp b/Source/modules/indexeddb/IDBCursor.cpp
|
| index 67ea1e72867e9ac9fb2db48540ea36bb64339f41..ebd99d4da7898a3d3b823ca1de925cde4a8c6316 100644
|
| --- a/Source/modules/indexeddb/IDBCursor.cpp
|
| +++ b/Source/modules/indexeddb/IDBCursor.cpp
|
| @@ -46,7 +46,7 @@
|
| using blink::WebIDBCursor;
|
| using blink::WebIDBDatabase;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| IDBCursor* IDBCursor::create(PassOwnPtr<blink::WebIDBCursor> backend, blink::WebIDBCursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
|
| {
|
| @@ -416,4 +416,4 @@ const AtomicString& IDBCursor::directionToString(unsigned short direction)
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|