Index: Source/modules/indexeddb/IDBKey.cpp |
diff --git a/Source/modules/indexeddb/IDBKey.cpp b/Source/modules/indexeddb/IDBKey.cpp |
index bde037593f9509caa464e0c3f3d8f1c0941db36b..4d3d9e5c774d252999fadf62c496e163c99ee692 100644 |
--- a/Source/modules/indexeddb/IDBKey.cpp |
+++ b/Source/modules/indexeddb/IDBKey.cpp |
@@ -26,7 +26,7 @@ |
#include "config.h" |
#include "modules/indexeddb/IDBKey.h" |
-namespace WebCore { |
+namespace blink { |
IDBKey::~IDBKey() |
{ |
@@ -109,4 +109,4 @@ bool IDBKey::isEqual(const IDBKey* other) const |
return !compare(other); |
} |
-} // namespace WebCore |
+} // namespace blink |