| Index: Source/modules/indexeddb/IDBDatabase.cpp
|
| diff --git a/Source/modules/indexeddb/IDBDatabase.cpp b/Source/modules/indexeddb/IDBDatabase.cpp
|
| index 2f21a18c0b8c36e36c703a35d11047cc351377c0..979d11ce42a6b3c359401852e34456fe84688113 100644
|
| --- a/Source/modules/indexeddb/IDBDatabase.cpp
|
| +++ b/Source/modules/indexeddb/IDBDatabase.cpp
|
| @@ -50,7 +50,7 @@
|
|
|
| using blink::WebIDBDatabase;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| const char IDBDatabase::indexDeletedErrorMessage[] = "The index or its object store has been deleted.";
|
| const char IDBDatabase::isKeyCursorErrorMessage[] = "The cursor is a key cursor.";
|
| @@ -477,4 +477,4 @@ ExecutionContext* IDBDatabase::executionContext() const
|
| return ActiveDOMObject::executionContext();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|