Index: Source/web/WebIDBCallbacksImpl.cpp |
diff --git a/Source/web/WebIDBCallbacksImpl.cpp b/Source/web/WebIDBCallbacksImpl.cpp |
index 679b214d007cac6d9aa3bcb578f489b4ee1ef108..9bbc1e845b03e9b6a974668c86fbf24959e4bfeb 100644 |
--- a/Source/web/WebIDBCallbacksImpl.cpp |
+++ b/Source/web/WebIDBCallbacksImpl.cpp |
@@ -40,7 +40,7 @@ |
using namespace WebCore; |
-namespace WebKit { |
+namespace blink { |
WebIDBCallbacksImpl::WebIDBCallbacksImpl(PassRefPtr<IDBCallbacks> callbacks) |
: m_callbacks(callbacks) |
@@ -120,4 +120,4 @@ void WebIDBCallbacksImpl::onUpgradeNeeded(long long oldVersion, WebIDBDatabase* |
m_callbacks->onUpgradeNeeded(oldVersion, m_databaseProxy, metadata, dataLoss, dataLossMessage); |
} |
-} // namespace WebKit |
+} // namespace blink |