Index: Source/modules/indexeddb/IndexedDBClient.cpp |
diff --git a/Source/modules/indexeddb/IndexedDBClient.cpp b/Source/modules/indexeddb/IndexedDBClient.cpp |
index 6f91ad851be84c6890fb958bdeaa35cd83e2044f..0c30ffb767da205d66146219934d82f05ac14e37 100644 |
--- a/Source/modules/indexeddb/IndexedDBClient.cpp |
+++ b/Source/modules/indexeddb/IndexedDBClient.cpp |
@@ -5,7 +5,7 @@ |
#include "config.h" |
#include "modules/indexeddb/IndexedDBClient.h" |
-namespace WebCore { |
+namespace blink { |
static CreateIndexedDBClient* idbClientCreateFunction = 0; |
@@ -22,4 +22,4 @@ IndexedDBClient* IndexedDBClient::create() |
return idbClientCreateFunction(); |
} |
-} // namespace WebCore |
+} // namespace blink |