Index: Source/modules/webdatabase/SQLStatement.cpp |
diff --git a/Source/modules/webdatabase/SQLStatement.cpp b/Source/modules/webdatabase/SQLStatement.cpp |
index 0847f4393924917aeef8107f4b7dba31250c6c18..3d5323795a01dd0a16a1d4dcfb39879b8c1d4638 100644 |
--- a/Source/modules/webdatabase/SQLStatement.cpp |
+++ b/Source/modules/webdatabase/SQLStatement.cpp |
@@ -40,7 +40,7 @@ |
#include "modules/webdatabase/SQLTransaction.h" |
#include "wtf/text/CString.h" |
-namespace WebCore { |
+namespace blink { |
PassOwnPtrWillBeRawPtr<SQLStatement> SQLStatement::create(Database* database, |
PassOwnPtr<SQLStatementCallback> callback, PassOwnPtr<SQLStatementErrorCallback> errorCallback) |
@@ -104,4 +104,4 @@ bool SQLStatement::performCallback(SQLTransaction* transaction) |
return callbackError; |
} |
-} // namespace WebCore |
+} // namespace blink |