Index: Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp |
diff --git a/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp b/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp |
index 007c4eff6bc365b092b4439787623265dc00b363..c94b5dc7f34828877a0328919260e8f0a8148069 100644 |
--- a/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp |
+++ b/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp |
@@ -33,7 +33,7 @@ |
#include "modules/indexeddb/IDBFactory.h" |
#include "modules/indexeddb/IndexedDBClient.h" |
-namespace WebCore { |
+namespace blink { |
WorkerGlobalScopeIndexedDatabase::WorkerGlobalScopeIndexedDatabase() |
{ |
@@ -76,4 +76,4 @@ void WorkerGlobalScopeIndexedDatabase::trace(Visitor* visitor) |
WillBeHeapSupplement<WorkerGlobalScope>::trace(visitor); |
} |
-} // namespace WebCore |
+} // namespace blink |