Index: Source/modules/webdatabase/SQLResultSet.cpp |
diff --git a/Source/modules/webdatabase/SQLResultSet.cpp b/Source/modules/webdatabase/SQLResultSet.cpp |
index 1ae8a1b174679e57bf12d09b1843158fff822312..88505ae699f56ef29cf319cad7435bb4f7abc753 100644 |
--- a/Source/modules/webdatabase/SQLResultSet.cpp |
+++ b/Source/modules/webdatabase/SQLResultSet.cpp |
@@ -33,7 +33,7 @@ |
#include "core/dom/ExceptionCode.h" |
#include "platform/heap/Handle.h" |
-namespace WebCore { |
+namespace blink { |
SQLResultSet::SQLResultSet() |
: m_rows(SQLResultSetRowList::create()) |