Index: Source/modules/webdatabase/sqlite/SQLiteStatement.cpp |
diff --git a/Source/modules/webdatabase/sqlite/SQLiteStatement.cpp b/Source/modules/webdatabase/sqlite/SQLiteStatement.cpp |
index 61c35d4ed2b44ef8c1db18fcf2a8d27beb028f74..e9ce184195ec3ce590905b77a93b78bbf290805c 100644 |
--- a/Source/modules/webdatabase/sqlite/SQLiteStatement.cpp |
+++ b/Source/modules/webdatabase/sqlite/SQLiteStatement.cpp |
@@ -38,7 +38,7 @@ |
#error SQLite version 3.6.16 or newer is required |
#endif |
-namespace WebCore { |
+namespace blink { |
SQLiteStatement::SQLiteStatement(SQLiteDatabase& db, const String& sql) |
: m_database(db) |
@@ -273,4 +273,4 @@ int64_t SQLiteStatement::getColumnInt64(int col) |
return sqlite3_column_int64(m_statement, col); |
} |
-} // namespace WebCore |
+} // namespace blink |