Index: Source/modules/webdatabase/SQLTransactionCoordinator.cpp |
diff --git a/Source/modules/webdatabase/SQLTransactionCoordinator.cpp b/Source/modules/webdatabase/SQLTransactionCoordinator.cpp |
index 75b59a8796a098b278c9cf761e70d65694a57f46..06943bafe6210be2bdae3093aec9c4ce6c3b76d4 100644 |
--- a/Source/modules/webdatabase/SQLTransactionCoordinator.cpp |
+++ b/Source/modules/webdatabase/SQLTransactionCoordinator.cpp |
@@ -35,7 +35,7 @@ |
#include "modules/webdatabase/DatabaseBackend.h" |
#include "modules/webdatabase/SQLTransactionBackend.h" |
-namespace WebCore { |
+namespace blink { |
static String getDatabaseIdentifier(SQLTransactionBackend* transaction) |
{ |
@@ -151,4 +151,4 @@ void SQLTransactionCoordinator::shutdown() |
m_coordinationInfoMap.clear(); |
} |
-} // namespace WebCore |
+} // namespace blink |