Index: Source/modules/indexeddb/IDBFactory.cpp |
diff --git a/Source/modules/indexeddb/IDBFactory.cpp b/Source/modules/indexeddb/IDBFactory.cpp |
index aa0e449cb847cf88f1bdbb71ed732405efe2f2b4..fd015efc02f8217663af3bd42bf7705dd4ce79b0 100644 |
--- a/Source/modules/indexeddb/IDBFactory.cpp |
+++ b/Source/modules/indexeddb/IDBFactory.cpp |
@@ -46,7 +46,7 @@ |
#include "public/platform/Platform.h" |
#include "public/platform/WebIDBFactory.h" |
-namespace WebCore { |
+namespace blink { |
static const char permissionDeniedErrorMessage[] = "The user denied permission to access the database."; |
@@ -182,4 +182,4 @@ short IDBFactory::cmp(ScriptState* scriptState, const ScriptValue& firstValue, c |
return static_cast<short>(first->compare(second)); |
} |
-} // namespace WebCore |
+} // namespace blink |