Index: Source/modules/webdatabase/Database.cpp |
diff --git a/Source/modules/webdatabase/Database.cpp b/Source/modules/webdatabase/Database.cpp |
index 7c279510bba74cb2d75bf3bb9d3830a88a1e2af3..5cf68dd01ec8392bf700fe4657523ff49d86b347 100644 |
--- a/Source/modules/webdatabase/Database.cpp |
+++ b/Source/modules/webdatabase/Database.cpp |
@@ -54,7 +54,7 @@ |
#include "wtf/StdLibExtras.h" |
#include "wtf/text/CString.h" |
-namespace WebCore { |
+namespace blink { |
PassRefPtrWillBeRawPtr<Database> Database::create(ExecutionContext*, PassRefPtrWillBeRawPtr<DatabaseBackendBase> backend) |
{ |
@@ -249,4 +249,4 @@ void Database::reportCommitTransactionResult(int errorSite, int webSqlErrorCode, |
} |
-} // namespace WebCore |
+} // namespace blink |