Index: Source/modules/indexeddb/IDBKey.h |
diff --git a/Source/modules/indexeddb/IDBKey.h b/Source/modules/indexeddb/IDBKey.h |
index 050dcb95577902359db2fd05c183088183c4676c..258ba2bf86fcfda933013b30d6b651ba55b10b61 100644 |
--- a/Source/modules/indexeddb/IDBKey.h |
+++ b/Source/modules/indexeddb/IDBKey.h |
@@ -32,7 +32,7 @@ |
#include "wtf/Vector.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class IDBKey : public GarbageCollectedFinalized<IDBKey> { |
public: |
@@ -157,6 +157,6 @@ private: |
const double m_number; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // IDBKey_h |