| Index: Source/web/WebIDBDatabaseError.cpp
|
| diff --git a/Source/web/WebIDBDatabaseError.cpp b/Source/web/WebIDBDatabaseError.cpp
|
| index 16855ae638a0f25141a998d415ea1cc8cea37938..9e5aaa6e656cc16f39fb5c232bde85c1e968d3d0 100644
|
| --- a/Source/web/WebIDBDatabaseError.cpp
|
| +++ b/Source/web/WebIDBDatabaseError.cpp
|
| @@ -36,7 +36,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| void WebIDBDatabaseError::assign(const WebIDBDatabaseError& value)
|
| {
|
| @@ -63,4 +63,4 @@ WebIDBDatabaseError::operator PassRefPtr<DOMError>() const
|
| return m_private.get();
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|