| Index: Source/web/WebIDBKeyRange.cpp
|
| diff --git a/Source/web/WebIDBKeyRange.cpp b/Source/web/WebIDBKeyRange.cpp
|
| index 0e46f0329b4a09055ffb2135ed9293f283051701..7ebf607407be8e6ef0552f93608132b6e6f4e30e 100644
|
| --- a/Source/web/WebIDBKeyRange.cpp
|
| +++ b/Source/web/WebIDBKeyRange.cpp
|
| @@ -32,7 +32,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| void WebIDBKeyRange::assign(const WebIDBKeyRange& other)
|
| {
|
| @@ -92,4 +92,4 @@ WebIDBKeyRange::operator PassRefPtr<IDBKeyRange>() const
|
| return m_private.get();
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|