| Index: Source/modules/indexeddb/IDBCursorWithValue.h
|
| diff --git a/Source/modules/indexeddb/IDBCursorWithValue.h b/Source/modules/indexeddb/IDBCursorWithValue.h
|
| index bf89431a6895c2f015cc76f8b9628ac509806de3..3ffce3c7b19e027910e2696f2c8372e841f1586d 100644
|
| --- a/Source/modules/indexeddb/IDBCursorWithValue.h
|
| +++ b/Source/modules/indexeddb/IDBCursorWithValue.h
|
| @@ -32,7 +32,7 @@
|
| #include "public/platform/WebIDBTypes.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class IDBAny;
|
| class IDBRequest;
|
| @@ -55,6 +55,6 @@ private:
|
|
|
| DEFINE_TYPE_CASTS(IDBCursorWithValue, IDBCursor, cursor, cursor->isCursorWithValue(), cursor.isCursorWithValue());
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // IDBCursorWithValue_h
|
|
|