Index: Source/modules/indexeddb/IDBKeyPath.cpp |
diff --git a/Source/modules/indexeddb/IDBKeyPath.cpp b/Source/modules/indexeddb/IDBKeyPath.cpp |
index d85d24e1d57e97754f93c03a919b37e3e4d6dcc2..e860f5217efdc9b0c586d562e0e767e0277f8981 100644 |
--- a/Source/modules/indexeddb/IDBKeyPath.cpp |
+++ b/Source/modules/indexeddb/IDBKeyPath.cpp |
@@ -33,7 +33,7 @@ |
using namespace WTF::Unicode; |
-namespace WebCore { |
+namespace blink { |
class IDBKeyPathLexer { |
public: |
@@ -249,4 +249,4 @@ bool IDBKeyPath::operator==(const IDBKeyPath& other) const |
return false; |
} |
-} // namespace WebCore |
+} // namespace blink |