Index: Source/modules/indexeddb/IDBObjectStore.cpp |
diff --git a/Source/modules/indexeddb/IDBObjectStore.cpp b/Source/modules/indexeddb/IDBObjectStore.cpp |
index 2bdc19cc7671754f03accc06f576efb0c26c7048..35074f0661826829aee8ad2042d3ff9a1e164008 100644 |
--- a/Source/modules/indexeddb/IDBObjectStore.cpp |
+++ b/Source/modules/indexeddb/IDBObjectStore.cpp |
@@ -53,7 +53,7 @@ using blink::WebIDBCursor; |
using blink::WebIDBDatabase; |
using blink::WebVector; |
-namespace WebCore { |
+namespace blink { |
IDBObjectStore::IDBObjectStore(const IDBObjectStoreMetadata& metadata, IDBTransaction* transaction) |
: m_metadata(metadata) |
@@ -690,4 +690,4 @@ WebIDBDatabase* IDBObjectStore::backendDB() const |
return m_transaction->backendDB(); |
} |
-} // namespace WebCore |
+} // namespace blink |