Index: Source/modules/indexeddb/IDBKeyRange.h |
diff --git a/Source/modules/indexeddb/IDBKeyRange.h b/Source/modules/indexeddb/IDBKeyRange.h |
index de110b0952db504149c6c80a9b63521b749c1f15..5a310d3ea9490701589edd0de4629d32afa06441 100644 |
--- a/Source/modules/indexeddb/IDBKeyRange.h |
+++ b/Source/modules/indexeddb/IDBKeyRange.h |
@@ -30,7 +30,7 @@ |
#include "bindings/core/v8/ScriptWrappable.h" |
#include "modules/indexeddb/IDBKey.h" |
-namespace WebCore { |
+namespace blink { |
class ExceptionState; |
@@ -80,6 +80,6 @@ private: |
UpperBoundType m_upperType; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // IDBKeyRange_h |